cordova-plugin-themeablebrowser
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.
Hello ,I am grateful you ,But I have a problem. when I clicked customButton,I want to dynamic change the customButton icon.
From last few days, when i open a webspage in themeable browswer field on the forms are readonly and not able to type anything, but this behavious is random and...
It is not working in my app. In my browser I get :"ReferenceError: cordova is not defined" at this line: cordova.ThemeableBrowser.open
Is there anyway to show any type of loading? Spinner, progress bar anything to give some visual clue? The load listeners are working but no Idea what I can put...
I use the plugin to open the page, want to achieve the camera to upload, but it failed to open, whether the configuration of what? Please help me, thank you!
Como podemos contribuir para adicionar uma Progress Bar ao plugin ?
`const options: ThemeableBrowserOptions = { statusbar: { color: '#ffffffff' }, toolbar: { height: 44, color: '#f0f0f0ff' }, title: { color: '#003264ff', showPageTitle: true }, backButton: { image: 'back', imagePressed: 'back_pressed',...
Is it possible to have wwwImage for toolbar? If not where do I put the images for this and how do i label them? I am using Ionic.
I import it like this: import {ThemeableBrowser} from 'ionic-native'; but then I can't use it by calling cordova.ThemeableBroweser... , it doesn't recognise it. What should I do? The readme did...