We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); } });
The text was updated successfully, but these errors were encountered:
i am having the same problem
Sorry, something went wrong.
No branches or pull requests
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);
}
});
The text was updated successfully, but these errors were encountered: