Feature module
The WebView feature module includes all the presentation logic required to display WebViews in your app. If you need to include this module, add it to your build.gradle:
implementation ("com.poqstudio:content.webview:$VERSION_NAME")Architecture
WebScreenActivityis the entry point to the WebView screen.WebScreenFragmentis the main fragment for the WebView screen.WebScreenViewis the main view for the WebView screen. It uses internally WebViewLayout to display the web page, inject cookies, CSS, and Javascript.WebScreenViewModelis the main ViewModel which createsWebSettingsobject. It gets the cookies from the account if the user is logged in.