DEV Community

leminhduc1202
leminhduc1202

Posted on

Answer: Android open intent:// protocol in WebView

I found a solution. This question and this documentation helps me to understand situation.

As a result, i've written a link handler which follow this logic:

  1. Open http and https in the same WebView
  2. Tries to handle known schemes (tel: etc.)
  3. If can't find a known activity, parses intent: scheme…

Top comments (0)