breautek commented on issue #204: V8 Heap Snapshot for android - protects the 
javascript code
URL: https://github.com/apache/cordova/issues/204#issuecomment-596034553
 
 
   Cordova doesn't interface with V8 at all. It simply just interfaces with a 
webview (which happens to be chrome on android). And even then, we don't have 
direct access. Cordova only access to the java apis documented at 
https://developer.android.com/reference/android/webkit/WebView
   
   Not sure how it would be possible to get what you want (that would be a 
research project in itself), but I think it would involve bundling native 
libraries, and having a plugin that exposes native c methods to java (via jni) 
and having a Cordova plugin that handles the javascript to java api calls.
   
   I'm closing the issue because this is not something Cordova will support. It 
is more appropriate as a third party plugin. We do welcome further discussion 
on our [slack](http://slack.cordova.io/)

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to