{"repo":"apache/cordova-plugin-inappbrowser","free":true,"listed":false,"github":"https://github.com/apache/cordova-plugin-inappbrowser","clone":"git clone https://github.com/apache/cordova-plugin-inappbrowser.git","description":"Apache Cordova InAppBrowser Plugin","language":"Java","stars":1139,"topics":["cordova","library","objective-c","java","nodejs","javascript","mobile","android","hacktoberfest","ios"],"license":"Apache-2.0","category":"mobile-apps","readme_excerpt":"--- cordova-docs build metadata title: Inappbrowser description: Open an in-app browser window. --- cordova-plugin-inappbrowser ) ) You can show helpful articles, videos, and web resources inside of your app. Users can view web pages without leaving your app. To get a few ideas, check out the sample at the bottom of this page or go straight to the reference content. This plugin provides a web browser view that displays when calling cordova.InAppBrowser.open() . var ref = cordova.InAppBrowser.open('https://apache.org', ' blank', 'location=yes'); window.open The cordova.InAppBrowser.open() function is defined to be a drop-in replacement for the window.open() function. Existing window.open() calls can use the InAppBrowser window, by replacing window.open: window.open = cordova.InAppBrowser.open; If you change the browsers window.open function this way, it can have unintended side effects (especially if this plugin is included only as a dependency of another plugin). The InAppBrowser window behaves like a standard web browser, and can't access Cordova APIs. For this reason, the InAppBrowser is recommended if you need to load third-party (untrusted) content, instead of loading that into the main Cordova webview. The InAppBrowser is not subject to the whitelist, nor is opening links in the system browser. The InAppBrowser provides by default its own GUI controls for the user (back, forward, done). Installation cordova plugin add cordova-plugin-inappbrowser If you want all page load","default_branch":null,"files":null,"tree":[],"storefront":"/r/apache","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/apache/cordova-plugin-inappbrowser/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}