-
Notifications
You must be signed in to change notification settings - Fork 473
Closes #7930: Use fallback url over market intent if user preference is not to launch in external app #7971
Conversation
…er preference is not to launch in external app
Does this will also fix mozilla-mobile/fenix#12746? |
Nope, not fixing but at least opens website instead of opening play store while 'open in app' option turned off. Edit 2: changing place of marketplaceIntent and fallbackUrl fixes problem but breaks others. Idk how to solve properly. That's all i can do :(
|
That looks like a opposite issue. This one is trying to fix the issue that if the user preference is not to open in app, we load the fallback URL. I'll have to look at the other one to see what's the cause. |
Actually on that issue https://ty.gl/j08whdcd link opens play store regardless of open in app option. With this pr now opens link in browser while open in app option OFF. But opens play store when open in app option on (should open trendyol app). Means this pr fixes half of the mozilla-mobile/fenix#12746. |
Nope, open links in apps on. When off, there is no problem now with this pr. |
I see, thanks for clarifying. Yes, this is what this patch should do. If the user have 'Open links in apps' off then we should load the playstore site in browser. I'll look into the other issue when the user have the preference on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prioritizing fallback url makes sense to me.
bors r=psymoon |
Build succeeded: |
Pull Request checklist
After merge