hyperlink is not working in android UC browser

折月煮酒 提交于 2019-12-12 18:08:26

问题


I am stuck with one problem. I am trying to open android app on hyperlink which is placed in my website.

Below is the link:

href="intent:#Intent;action=com.example.myapp;category=android.intent.category.DEFAULT;category=android.intent.category.BROWSABLE;S.ret=http://192.168.1.10:777/result.aspx;S.msg_from_browser=Launched%20from%20Browser;end"

This above links works like a charm in another browser which I have tested in Chrome, Firefox, Opera, Safari and default android browser. But I am unable to open my app using UC Browser.

Any help / trick / suggestion / solution would be most welcome.


回答1:


There are 2 options:

  1. UC Browser may do some url href optimizations/transformations. Could you test it by displaying href as text?

  2. UC Browser may not process intent href at all. Ask UC Browser support for it.



来源:https://stackoverflow.com/questions/39289306/hyperlink-is-not-working-in-android-uc-browser

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