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 88776d4 commit e022671Copy full SHA for e022671
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 = decodeURIComponenturl.substr(url.indexOf('=')+1);
162
console.log('Browser data received: ' + data);
163
}, 0);
164
}
0 commit comments