html email - <a href="//someurel.com" >a</a> link reffer to mail protocol in android -


I am sending emails from my application I have found that the default Android mail application protocol (http / https) webview that protocol email Therefore

   

will direct me to:

  email: //someurel.com  

Now my question is, if The mail application is already opening a webview, why is it using that email as the default protocol?


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -