Most voted "webview" questions
Webview is a user interface element that displays web pages. It is usually the basis on which a developer can create his own web browser or simply display some content online or in HTML format within his application. Use this tag for Webview related development topics for Android platform and if for IOS development, use Uiwebview.
Learn more…156 questions
Sort by count of
-
-1
votes1
answer493
viewsPush notification in hybrid app
I’m creating a hybrid Android app, which is actually a webview running a system, hosted on some server, made in php. I need to deploy a notification system (Push Notification) that sends…
-
-1
votes2
answers310
viewsHow to remove url bar and buttons from a webview browser
Hello, I’m new to Kotlin and I’m using a Project in webview to mirror a website in the App. However, the only page that comes perfect is the home, the external links the App uses a Webview Browser.…
-
-1
votes1
answer251
viewswebview inside Fragnent I want to open my site inside the webview, and the links inside the site should open outside
REINFORCEMENT I AM OPENING WEBVIEW IN A FRAGMENT AND NOT IN MAIN ACTIVITY - I want to open my site inside the webview, and the links from other sites should open outside, in the normal mobile…
-
-1
votes1
answer139
viewsProblem compiling apk on flutter - R8: Program type already present
I’m trying to compile apk to flutter, but am getting error in R8, I already have other applications in flutter never had problem to compile, making the tests realize that the problem is being the…
-
-1
votes1
answer23
viewsProblem loading URL with Webview Kotlin
I’m trying to open an html inside the Assets in Android Studio, but the page is completely blank. NOTE: When I put any external link, it works. class MainActivity : AppCompatActivity() { override…
-
-2
votes1
answer59
viewsIs Webview in the background possible?
Good morning friends, I am creating a very simple app, it loads a url in the webview (site url of the tracking getrak) because when there is an occurrence the page plays a sound. My app works…