Kernelogy commented on issue #706: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-2552872096
Inapp Browser always works fine and there were no issues with the plugin. Listing the issue below, what one should know while working with inapp-browser plugin While obtaining permissions the android system [user] is granting permission for the app and the app only. When using the inapp browser if the browser is opened using _blank mode the system consider this as an another app and so there are no permissions availed for the app by the user in that scenario. And that is why it is a must to open the inapp browser in _self mode so the plugin can enjoy the priviledge/permission granted to the app. May be developers can note this in their api reference documentation itself can help others or they can find a solution for this behaviour of inapp-browser. To obtain permissions see [here](https://github.com/apache/cordova-plugin-inappbrowser/issues/706#issuecomment-925737047) -- 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-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org