cordova-plugin-themeablebrowser icon indicating copy to clipboard operation
cordova-plugin-themeablebrowser copied to clipboard

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.

Results 100 cordova-plugin-themeablebrowser issues
Sort by recently updated
recently updated
newest added

I've got the following code and when I tap/click on the custombutton1 (reload), the event for custombutton2 (close) is triggered and vice versa. ``` javascript browser = cordova.ThemeableBrowser.open(url, '_blank', {...

//allow setAcceptThirdPartyCookies in android5.0+,such as set-cookie in response headers //should add in ThemeableBrowser.java at line 803 // Enable Thirdparty Cookies on >=Android 5.0 device if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) { CookieManager.getInstance().setAcceptThirdPartyCookies(inAppWebView,true);...

I open a webview with a number of listeners. Once closed, the app is not reacting to touch or scroll. Any clues? TIA ``` var messageAlert; var callback = function()...

Hello, With iOS 11, webview below 20px under the toobar (see attachment). With iOS 10, no problem. ![screenshot](https://user-images.githubusercontent.com/239853/33600484-a7b9b72a-d9a9-11e7-88cd-237025de644e.jpg)

I try to implement Loader/Spinner in themeableBrowser plugin in IONIC 3 , but not get success. I try to implement, but get error. `const browser: ThemeableBrowserObject = this.themeableBrowser.create(url, '_blank', options);...

Greetings, I am using this plugin in ionic 2 and I am following the documentation but whenever I try to open the browser the app crashes. Plugin version from package.json...

As much as it pains me to say this, neither myself nor @sencenan have any more resource to maintain this repo. I officially declare this repo to be out of...

I used this plugin in one application but before build for mobile, I just want to test on chrome simulator but it says **Native: Themeable Browser is not installed or...

Hi, I am trying to use this plugin with last version and ionic framework. My problem occurs when use the `clearsessioncache?: string; ` attribute. The browser opens without any style...

I am using the themeable browser in android and I got this code cordova.ThemeableBrowser.open(url, '_blank', { clearcache: 'yes', toolbar: { color: '#0c60eeFF', height: 30 }, title: { color: '#FFFFFFFF', showPageTitle:...