Android Question WebView with address bar like ChromCustomTabs library?

abedcode

Member
hello everyone, Is there any libraries for B4A so you could have a WebView but with address bar
& authenticity of internally opened Chrome browser like the way Instagram & Telegram do it?
the ChromCustomTabs library is not the answer because of two reasons:
1- you have no controls over it like you have with webview, it just opens a url. you don't have any methods, events or anything
2- you can't add it as view to your layouts, you just say
chromeCustomTab:
Chrome.chromeCustomTab("a link here")
& it just opens

+ with this library there is another issue, when you call the above method, it asks to choose the app to open the link with!

so any suggestions or tricks is appreciated, thanks a lot :)
 
Top