python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android Studio Webview in a Fragment shows nothing and empty
I wish to implement a webview in the fragment_home_screen without covering the BottomNavigationView. However, even I followed everything on an online tutorial by setting up the webview in the Fragment...

Eric
Votes: 0
Answers: 1
I want to open webpages within android app?
I have created an application and data of user is loaded via firebase recycler adapter. It have data of users and each user have a link in their profile which redirect to a webpage. Everything is work...
Zeeshan khan
Votes: 0
Answers: 0
Jetpack Compose WebView Handling Back Navigation And Go To Previous Page
I am using Jetpack Compose and have a WebView wrapped in a AndroidView composable that looks like the following:
AndroidView(modifier = modifier, factory = { context ->
WebView(context).app...

J. Hegg
Votes: 0
Answers: 2
I want to use Android studio webview to open an .html file from local host, but the name of the file will be a variable
I want to store several different .html files in the assets folder of my Android project.
I then want to use webview to open one of these files.
The actual name of the file I want to open is not fixed...
david sutton
Votes: 0
Answers: 1