EddyVerbruggen / cordova-plugin-safariviewcontroller

:tiger: :elephant: :crocodile: Forget InAppBrowser for iOS - this is way better for displaying read-only web content in your PhoneGap app
MIT License
282 stars 144 forks source link

bad URL #167

Open mabreu14 opened 4 years ago

mabreu14 commented 4 years ago

SafariViewController.isAvailable(function (available) { if (available) { SafariViewController.show({ url: hrefComplete }, null, function(msg) { ga.exception('Error rendering outbound url: ' + msg); }); } else { fallbackOutboundUrl(element, hrefComplete); } });

skrchr commented 4 years ago

i am having the same problem