B4A Class [Customview] SimpleBrowser

Browser customview with designer properties, hidable top bar, automatic refresh, PDF management, external browser redirection, url string tracking, FontAwesome buttons, Progressbar

THIS IS NOT MEANT TO REPLACE A SOPHISTICATED BROWSER​

Dependencies :
- WebViewExtras
- FontAwesome

New in version 1.1 :
- Progressbar (color defined in designer property)
- Corrected a bug with Home button
As designer properties were added, you need to open and save your layouts containing SimpleBrowser
 

Attachments

  • SimpleBrowser.png
    SimpleBrowser.png
    187.7 KB · Views: 262
  • SimpleBrowser V1-1.zip
    12.4 KB · Views: 173
Last edited:

peacemaker

Expert
Licensed User
Longtime User
THanks.
Seems, main aim of the class is to help with tracking for some text on the web-page - it's useful
 

FrenchDeveloper

Member
Licensed User
Longtime User
To be exact, the class doesn't track a text in the Web page but you can do it in the pagefinished event as you can do it with the native webview.
This class implements tracking of a text in the url.

Hoping it will be useful. Collaboration between developers brings so much power to the product !
 
Last edited:
Top