I m using EasyRichText in Chat screen similar to Whats app . In which i need handle link, phone, email , bold, italic and strikeThrough formatting. I m using the code below ->
With this code the links are properly formatted with color and underlined .. But they r not clickable i.e the url does not open the browser.
Also sometimes Email click also does not work .. its does work some time ..
Is this a bug, limitation or something wrong with my implementation .
Also there maybe some issue with email and web regex .. it opens browser for andew.the@gmail.com and mail client for oracle@gmail.com .
First of all Thanks for such a great package.
I m using
EasyRichText
in Chat screen similar to Whats app . In which i need handle link, phone, email , bold, italic and strikeThrough formatting. I m using the code below ->With this code the links are properly formatted with color and underlined .. But they r not clickable i.e the url does not open the browser. Also sometimes Email click also does not work .. its does work some time .. Is this a bug, limitation or something wrong with my implementation .
Also there maybe some issue with email and web regex .. it opens browser for
andew.the@gmail.com
and mail client fororacle@gmail.com
.