We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e022671 commit 7a47c48Copy full SHA for 7a47c48
README.md
@@ -158,7 +158,7 @@ Do this:
158
function handleOpenURL(url) {
159
setTimeout(function() {
160
SafariViewController.hide();
161
- var data = decodeURIComponenturl.substr(url.indexOf('=')+1);
+ var data = decodeURIComponent(url.substr(url.indexOf('=')+1));
162
console.log('Browser data received: ' + data);
163
}, 0);
164
}
0 commit comments