-
Notifications
You must be signed in to change notification settings - Fork 108
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
Visited link fails #98
Comments
It does work for simple url-s, but not for the mentioned one. |
As I read it from source a link is marked as visited if it opens inside the browser, this might be the problem that it opens in another app.
|
Some more valid links on android:
|
As I understand the code, it only adds visited link if it's open in the browser itself, |
It fails to remember that I clicked this url:
<a href="intent:http://192.168.0.1:8200/MediaItems/52.mkv#Precious%202009#Intent;package=com.mxtech.videoplayer.pro;S.title=Precious%202009;end"> Precious </a>
It shows unvisited color every time.
This is a link that opens DLNA stream directly in MXplayer, standard Chrome intent link.
Visited state works on desktop.
The text was updated successfully, but these errors were encountered: