cordova-plugin-safariviewcontroller
cordova-plugin-safariviewcontroller copied to clipboard
:tiger: :elephant: :crocodile: Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app
This worked well enough for me with a build of my product from a year ago. But now the 'X' close button is too close to the edge of the...
Is it possible to change the wording on the button that closes the viewer? I want to set it to "Back to App" instead of "Done". It makes more sense...
this chrome view stay alive in a background task list and ignore `SafariViewController.hide()`. is it possible to close view again?
Great plugin, but one issue with using an in app browser is that it doesn't follow universal/deep links to other apps. It's not a great experience using a website like...
Implemented fix as discussed in https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller/issues/105. Tested and is working fine in my use-case. Works with and without ``. Although without the preference, `SafariViewController.hide()` causes a new "layer" of the...
Hi @EddyVerbruggen , is it possible to change the "Done" Button text? I know it's not implemented, but prob. possible to implement? Any Ideas? Also, is it possible to "lift...
Plugin version used: **2.0.0** After changing Cordova Target SDK version to 30 (Android 11) and app is running on the device with Android 11, this plugin doesn't work anymore. Code...
Hi, can u get the current url? I think that this funcionlality is necessary. Could u add? InAppBrowser has this option, it's good idea if u are using SSO. thanks
Implemented fix discussed in #179. Tested and is working fine on my devices and emulators. See https://developer.android.com/training/package-visibility for details.