If you just want to show a specific page, I suggest you use custom chrome tabs. You can stroke the toolbar so that it resembles your application style, and they are designed to display content without having to worry about anything else.
if you want to have full control over what the user is doing on this website, you need to use web browsing. (you can prevent the user from clicking links to the web view, you can intercept the data that the user enters into the controls on the website ...) But this can also be a negative aspect, since the user really needs to trust you that you are not registering his data and do not even play with him.
summary: "WebView is a good solution if you host your content inside your application. If your application directs people to URLs outside your domain, we recommend that you use custom Chrome tabs."
-> If this is not your site, you should probably go with custom tabs.
https://developer.chrome.com/multidevice/android/customtabs#whentouse
source share