cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
In the #115 pull request, @sanketmehta7 proposed this feature but only for android and his pull request is blocked and not mergeable. I am needing this support for one of...
AFAIK URLs opened with `'_blank'` cannot trigger custom URL scheme calls, meaning that if the website I just opened would try to call back my app using `"myapp://"` but would...
# Bug Report ## Problem I'm not sure if this should have worked to begin with but I was hoping to use the in app browser to display in memory...
# Bug Report In my app, i am using inapp browser to authenticate the user and then close the browser. used to then store cookie and call rest api to...
is there a reload button in toolbar? when click it to reload the page? if yes and how to set it? 
# Bug Report InAppBrowser Is Undefined During App Runtime ## Problem Attempting to call the InAppBrowser.open() method results in a TypeError: Cannot read property 'open' of undefined. No recent code...
# Bug Report ## Problem [Android] Inappbrowser cannot read specified fallback URL in intent scheme links ### What is expected to happen? In inappbrowser, If the user click on external...
I have an app that displays a realtime monitoring page using inappbrowser. Because of its realtime character it's essential that the device screen/lcd stays on while displaying the page. Using...
### Platforms affected Android iOS ### Motivation and Context This PR allows changing the color of the URL text (Android & iOS) and also the background color of the location...
# Bug Report in my application. I use the InAppBrowser plugin to display files loaded from an API on the device memory. But when displaying (Photo) file from device memory,...