简体   繁体   中英

Firebase dynamic links and Expo

I'm developing an Expo app and I'm using Firebase dynamic links in order to open the reset password link inside the app. Everything is working perfectly, except that when I test the app on Android, it gives me the option to open the link either in my app or in Chrome. Is there any way I can force the link to always open in my app without giving options to the user?

Opening a web link on Android device will observe the user's preferences for how they want to open that link. The link can't somehow override the user's preference.

If you're writing Android code to programmatically open a link, you have some options , but for general purpose web use, the user's preference is always honored.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM