-
Notifications
You must be signed in to change notification settings - Fork 701
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
Can't open URL which includes a intent fb:// #1130
Comments
I introduced #1131 to open Google Play if startActivity fails. This works well at least for the following cases. Could you please try the latest. <p><a href="intent://example.com/path?query=123#Intent;scheme=https;package=com.example.browser;end">intent1</a></p>
<p><a href="intent://maps.google.com/maps?q=Tokyo+Tower&z=15#Intent;scheme=https;package=com.google.android.apps.maps;end">intent2</a></p> |
It works..kind of... now I have a problem with webview's screen size and blackened out, could you give any advices? Reproduce step
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there, I've searched issues that similar to mine. there is works already, #1126 this one.
So, I tried that recent update with sample project, and still it's not working. I have a issue with facebook URL.
The URL I am trying to open is https://www.facebook.com/MingPlayFanPage
Here are error messages and my trying and fidgeting. I hope these struggles help to figure this issue out...
I wonder, If I cant open it with fallback url inside of intent, should I open it with User's explorer outside of my app?
The text was updated successfully, but these errors were encountered: