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
I don't want to use this plugin for the Android platform and I'm getting build errors that I'd rather not debug. How can I only use this plugin for iOS...
Hi i am trying to hide my safariViewController using safariViewController.hide(). but it is throwing error: "Invalid action". Help me.
can we have the ability to hide url and show only the web content.
I'm submitting a ... - bug report **Current behavior:** Nightly build of cordova makes backward-incompatible changes. `ERROR: Using "requireCordovaModule" to load non-cordova module "q" is not supported. Instead, add this...
bad URL
- I am using 1.6 of the plugin. - The url that is trying to render is https://www.xxxxx.com?hello=t&utm_campaign=Health and Wellness&utm_source=xxxxx_mobile_app&utm_medium=referral - if I copy the url and use it in...
FYI: ``` 2018-05-09 13:31:01.090531 myApp[842:313424] controlTintColor: (null) 2018-05-09 13:31:01.090563 myApp[842:313424] __IPHONE_OS_VERSION_MAX_ALLOWED: 110200 2018-05-09 13:31:01.090622 myApp[842:313424] NSScanner: nil string argument 2018-05-09 13:31:01.091087 myApp[842:313424] *** Terminating app due to uncaught exception 'NSRangeException',...
@EddyVerbruggen Currently on: Cordova Android: 7.1.4 Android Target SDK: API 27 Android Compiled SDK: API 27 I'm attempting to open the url "www.google.com" using this library and experiencing an exception....
SafariViewController is closing when pausing app and resuming it by clicking on app icon. If using "Recent app" button it does not close
Hello I opened the Safari view in the app-browser by using this plugin. When clicking share button and select my app, I would like to get the url. Can you...