Custom-URL-scheme
Custom-URL-scheme copied to clipboard
How to get URL in IOS
my app is ionic1 ,and I use handleOpenURL() in my app.js, but i cannot get the url
I also use ionic v1, i put below code inside the $ionicPlatform.ready in app.js
window.handleOpenURL = function (url) { setTimeout(function() { alert("received url: " + url); }, 0); };
It doesn't work with [email protected], does it?
@gasci sorry I use cordiva-ios 4.5.5
Must use the timer in my case