Skip to content
New issue

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

bad URL #167

Open
mabreu14 opened this issue May 15, 2020 · 1 comment
Open

bad URL #167

mabreu14 opened this issue May 15, 2020 · 1 comment

Comments

@mabreu14
Copy link

  • 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);
}
});

@skrchr
Copy link

skrchr commented Aug 7, 2020

i am having the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants