cordova-plugin-safariviewcontroller icon indicating copy to clipboard operation
cordova-plugin-safariviewcontroller copied to clipboard

bad URL

Open mabreu14 opened this issue 4 years ago • 1 comments

  • 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 safari or chrome it works but the plugin is giving me an error of 'bad url'

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

mabreu14 avatar May 15 '20 15:05 mabreu14

i am having the same problem

skrchr avatar Aug 07 '20 17:08 skrchr