You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/08/14 09:56:10 UTC

[GitHub] subashdbc commented on issue #478: Open PDF with Adobe Acrobat from Cordova

subashdbc commented on issue #478: Open PDF with Adobe Acrobat from Cordova
URL: https://github.com/apache/cordova-android/issues/478#issuecomment-412819088
 
 
   No, it is JAVA code. To open file I have written in JavaScript like this,
   
   ```
   var customPlugin = {
   	createEvent : function(success, failure, action,arg1) {
   		cordova.exec(success, // success callback function
   		failure, // error callback function
   		'Utils', // mapped to our native Java class
   		action, // with this action name
   		[arg1]);
   	}
   }
   ```
   'Utils' refers to the Java Class that I have written.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org