문제

I am developing an app with Backbone JS and XDK.

I need to launch the App comming from an email link going to a path like index.html/#login/kasdjf98458328/expale@example.com/ We are using a route like myapplication://#login/kasdjf98458328/expale@example.com/ but it doesn' t seem to work. It just goes to the app index.html.

I have read that in native Android you need to specify that the app is BROWSABLE

How can I access the app this way using Intel XDK?

Thank you.

도움이 되었습니까?

해결책

To be able to pass parameters to appmobi or xdk app from android uri. Simply use uri schema://index.html?key=value

You can use intel.xdk.device.queryString to recover the parameters.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top