Is it possible to browse to the previous and next page in HTMLeditor? I want to add such buttons to the HTMLeditor menu node. if so how do you do it.
I alsop wornder if it's possible to visit a webpage directly, because I have to create a hyperlink by doing this
I alsop wornder if it's possible to visit a webpage directly, because I have to create a hyperlink by doing this
B4X:
HTMLEditor.HtmlText = "<a href='" & TextboxURL.Text & "'>Visit hyperlink</a></p>"