You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/18 21:28:01 UTC

[GitHub] [cordova-plugin-inappbrowser] breautek edited a comment on issue #897: I am loading a set of local files within inappbrwser but plugins not geting called

breautek edited a comment on issue #897:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/897#issuecomment-901441790


   The in-app browser plugin is an isolated webview intended to provide a secure way to view remote content. It's **not suppose** to have access to cordova plugin APIs. Doing so would be a breach in both Apple's App Store and Google's Play Store policies.
   
   I understand this might not apply directly to you, since you said all your files are local but the InApp Browser webview is missing implementations to handle cross environment communication between native land and JS land and that is intentional. For this reason, I'll be closing this issue.
   
   If you need to use cordova plugins, you have to remain in the "Cordova Webview", that is the webview that your main index.html launches in. If you need support, I'd recommend asking our [Slack community](http://slack.cordova.io/).
   
   Kind regards,
   Norman


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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