ionic 3 deeplinking for reset password

安稳与你 提交于 2019-12-07 17:39:27

I found this issue https://github.com/EddyVerbruggen/Custom-URL-scheme/issues/81 concerning this href removal in gmail.

They recommend - just as user1027620 - to create a regular html page and use JavaScript redirection to do the trick.

I guess you will indeed need JavaScript to get the arguments (unique token...) from the url and copy them in the myApp://resetPassword url.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!