• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Chrome custom tabs on webview

I have a webview app and I want to open each link on webview through Chrome custom tabs. Can anyone please help. I do not know Android development. I will provide source code to you.
 
I moved this thread to the Android development area. You're much more likely to get better advice from real developers here. :)
 
Webview has no connection to Chrome. It's just an Android component which can display a specific page, accessed via a URL. There are no tabs because Webview is not a web browser.

If you wish to deliver web content to the user, with full features like tabs, the ideal way is to use the Chrome web browser app on the phone.
 
Back
Top Bottom