Does anyone know how to automatically determine the phone number, email address and URL link in Webview? Then the user can click on it to call the pop-up call function, the email application and the web browser in the same way as the iPhone sdk got the automatic detection function on it in the web view.
Can anyone help with this?
Thanks.
Read the Linkify class here .
Excerpt from the documentation:
addLinks(TextView text, int mask)
It scans the text of the provided TextView and turns all occurrences of the link types specified in the mask into interactive links. ''
Source: https://habr.com/ru/post/1397395/More articles:How to provide password in shell script? - linuxVariable named interface - javawhy am I recently seeing "//" instead of "http: //" for resources? - htmlShould I use% or 'px' in HTML - htmlConditional expression in data flow diagram? - dataflow-diagramWhy are temporary tables not working in nhibernate? - c #LabelFor does not work in a loop (for / foreach / template) - asp.net-mvc-3I want to delete a line if this linecontains only B in my lower code? - jqueryJSPX conditional HTML attribute - javaCalling a method in a separate thread - multithreadingAll Articles