Skip to content

Non web links fail in the reading view #103

Description

@jim-daf

ViewBookmarkFragment.showInWebView loads the reading view with an empty WebViewClient, so it has no shouldOverrideUrlLoading. Every link in the page is then handled by the WebView itself.

That is fine for normal web pages, but a link with another scheme, for example mailto: or tel:, cannot load in the WebView and fails instead of opening the matching app.

Keeping web pages in the reading view and routing other schemes out to the system would handle those links correctly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions