cordova-plugin-safariviewcontroller icon indicating copy to clipboard operation
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

Results 88 cordova-plugin-safariviewcontroller issues
Sort by recently updated
recently updated
newest added

Hi, I have users on my application who have set a different default browser other than Chrome, and hence of course the Custom Tabs instance opens with the browser selected....

I am trying to integrate Auth0 with my Ionic 3 application but when you hit the Done button or call `hide()`, it does only _hide_ the SVC instance, so when...

Calling SafariViewController Hide method doesn't close the SafariViewController sometimes, i.e Sometimes the browser is closed, but mostly on cold start the browser doesn't get closed. Have observed this issue on...

Hi, Is it possible to use cordova-universal-links-plugin plugin (which supports Universal Links) instead of cordova-plugin-customurlscheme to communicate back with the original app that opened safari view controller? The advantage is...

if we call hide from ts we get a invalid action called error

I am trying to use safariViewController for my ionic app. I figured out usage and worked on 6 days ago but simply stopped working and effort to get it working...

Both iOS and Android **now** support callbacks for redirect navigation events. If support for these events is added in cordova-plugin-safariviewcontroller, then we will not have to use Custom-URL-scheme plugin to...

Hi there, Is there a plan (or maybe it's already possible) to load into the SVC a file that has been locally stored at the application-storage-directories (using cordova-plugin-file)? Currently it...

Hello, I'm implementing Google oauth login using SafariViewController combined with "Custom URL scheme" cordova plugin on iOS. The oauth authentication was launched in a SafariViewController session. On authentication success redirect...

Hello~ Thanks very much for your great work of this plugin, which is just **the Right one** for my cordova app targeting Native IOS/Android when open an external link without...