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

In Cordova iOS 6.0.0, they have been droped CDVUserAgentUtil, UiWebView also been removed Please update this awesome plugin to be able work with new cordova iOS version. Thank you

Hello, Im using this cordova plugin with capacitor. Everything works fine but when I want to display some wwwImage in my button it doesnt show. My Implementation looks like that:...

Patch in changes from https://github.com/apache/cordova-plugin-inappbrowser/pull/205

Hi there. We have our App in production since october last year and we use this plugin for our shop website (www.loesdau.de). Since then, 2% of the users on android...

I have use themeablebrowser plugin for open my web in my ionic application all working fine. But in my web user can update her profile image when user go to...

With InAppBrowser it's possible to use webkit.messageHandlers.cordova_iab.postMessage. But with ThemeableBrowser webkit is undefined ``` private options: ThemeableBrowserOptions = { statusbar: { color: "#ffffffff", }, toolbar: { color: "#ffffffff", height: 44,...

Error **has no method 'hide'** when trying to hide window using hide() Does anyone know how to fix this? var ref = cordova.ThemeableBrowser.open("https://mysite.com", "_blank", { statusbar: { color: '#ffffffff' },...

I had problems getting the plugin to appear in fullscreen after updating to iOS 13. Wanted to share my solution in case others had same problem. Added a line after...