onecode369 / WYSIWYG

Android Rich Text Editor
Apache License 2.0
56 stars 14 forks source link

Open a link in a browser rather than editText itself. #10

Open samarthgarg0622 opened 2 years ago

samarthgarg0622 commented 2 years ago

I inserted a link in the editor, but when I clicked on it, it tried to open the link in the editor itself as it extends the WebView class, but I want it to open in a different browser based on user's choice. Can anyone help me out with it?