Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yuzu does not invoke other apps when necessary and does not hand over certain requests to other apps that require other apps' intervention. #219

Open
juniecho opened this issue Aug 12, 2021 · 4 comments
Labels

Comments

@juniecho
Copy link

Describe the bug
Imagine where you are making a purchase with app-based payment solution. Normally at the payment stage your web browser should receive a request to invoke the intended that payment app, and it invokes the app and hands over the request to that app. At least Chrome does that. But with Yuzu Browser, nothing happens. Even when the website provides a failsafe button to invoke the payment app, pressing that button does nothing.

To Reproduce
Steps to reproduce the behavior:

  1. Go to some website that asks to process something through external app
  2. Nothing happens.

Expected behavior
Yuzu Browser should open the intended app and let the app process the request.

Device information (please complete the following information):

  • Device: Samsung Galaxy S20
  • OS: Android 11 with One UI 3.1
  • Browser version: 6.0.2
@juniecho juniecho added the bug label Aug 12, 2021
@peerobo
Copy link

peerobo commented Aug 24, 2021

Did you try "Open in other app" action?
I can open youtube, Instagram... with that function.

@juniecho
Copy link
Author

juniecho commented Aug 24, 2021

I tried but it did not work. It says there is no app installed that can handle the URL.
This is the URL: https://gift-talk.kakao.com/appredirect?to=https%253A%252F%252Fgift.kakao.com%252Fgiftcode%253Freg_code%253D8EJRJJTMNS&input_channel_id=2792
This is a gift coupon from my friend, so this link is intended to launch an app called KakaoTalk, and automatically register the coupon code to my KakaoTalk account. Though I I have already used the code, the URL itself is still valid, and should open the app and the app should check if the coupon is alive. With Yuzu Browser this URL does nothing, while Chrome handles this flawlessly. Interestingly, Yuzu v5.1.0 beta4 does not have this problem. This bug is introduced from 6.0.

@peerobo
Copy link

peerobo commented Aug 25, 2021

I'm using Yuzu 6.0.2 and can confirm your URL is working, it opens KakaoTalk immediately.
The only difference is my OS is Android 10. And KakaoTalk has been set in system settings as default for kakao.com.
Maybe your problem is similar to this:
#216 (comment)

@VDK
Copy link

VDK commented Aug 25, 2021

Yes this is the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants