EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

ionic how to call first handleOpenURL & after call state provider otherwise url #219

Open vishalwayachal opened 7 years ago

vishalwayachal commented 7 years ago

i am using this package in ionic but when i click on link (app running first time) first redirect to state provider otherwise url after that call handleOpenURL is any solution how to call first handleOpenURL & after call state provider otherwise url

sliard commented 7 years ago

Good point, same pb for me. Not with ionic but just angularJS, handleOpenURL is call after stateProvider router, the fist time I run app :/

Any solution to map scheme with "page url" use by stateProvider ?