Open mabreu14 opened 4 years ago
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); } });
i am having the same problem
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); } });