Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
74 views

How to get fetch TOWARDS localhost to FUNCTION on CORDOVA Android

My question is simple. I make a call using fetch in my CORDOVA app like so, from the ./www/js/index.js script: const response = await fetch('http://localhost:3000/poc3/convert', { method: 'POST', ...
Digital Rogue Yeoman's user avatar
0 votes
1 answer
451 views

how can i fix this error in my Webview Android Project

i have a problem, that when i start the app then comes an error: net::ERR_CACHE_MISS i want an android app that implements a WebView so i am able to have my website on my app. Can someone please help ...
snoopti's user avatar
  • 11
0 votes
1 answer
374 views

How to allow notification permission in Android WebView on Android Studio

I am using Android Studio, I created one WebView app, this app contain website, this website will receive notification alert with sound, so I need to that sound. Normally, when we opening any website ...
G PAC's user avatar
  • 17
0 votes
1 answer
173 views

How can I change the color of the text in webview in Android?

I have a webview in an activity to show some details. I have dark mode and light mode in my app. How can I control or change the text color in the webview? I didn't try anything because I didn't find ...
Omar Ayman's user avatar
0 votes
3 answers
551 views

Alert dialog is not showing in full screen

My "no internet" alert dialog is not showing in full screen and also to mention that my button after i click not refreshing just disappear..what should i do to change it to open in full ...
bilkyroot's user avatar
0 votes
1 answer
2k views

How to open another link in a Webview Android Application?

My website is having one external link which directs to api.whatsapp.com once you click on the chat with us floating button on my website. I have created a Webview Android application that opens my ...
Tanuj Kapoor's user avatar
0 votes
1 answer
62 views

How to transfer external pages in Web View (Android Studio) to Chrome

I wrote a simple program and used webview. My problem is that links to pages that do not follow the https://irunisenter.com rule also open in the program. It's like turning my Google Play into ...
Seyed Mohammad Emami's user avatar
0 votes
1 answer
85 views

White Bar on LEFT of webview

I am getting a solid white bar on the LEFT side of my webview from a fragment. I have seen examples where the bar was on the right but not on the left. I have tried every solution from those examples ...
Chief Simz's user avatar
-1 votes
1 answer
46 views

Android Studio app is closed forcedly when I use WebView loadUrl function

When I add a WebView, the app is forcedly stopped. Actually, I don't know what is wrong with that. Build is successfully done. However, when I execute the built app, the app is forcedly closed. How ...
JIN's user avatar
  • 163
0 votes
1 answer
521 views

How to fix the code this QR Code Scanner?

I almost made an app that scan QR code with WebView in Android Studio, but it's not done yet. After my app scan the code, The app is just turned off without result. Can you guys find the problem from ...
Royals_Jun's user avatar
0 votes
0 answers
417 views

Not Able to Change Webview Language

I have a Webview in my Activity and everytime whichever site i open it loads the site in an indian language whereas i always want the user to choose language or atleast set the default language to ...
Hailey Ash's user avatar
0 votes
1 answer
2k views

How use Android webview in fragment

HomeFragment.java package com.example.starcitizen.fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android....
jiwon's user avatar
  • 13
0 votes
1 answer
94 views

loading youtube videos through xml do not dismiss default progress bar in android

I have created an application where i fetch youtube id from backend and then append it on to webview to display list of youtube videos in my recylerview. Everything works absolutely fine but only ...
angelina's user avatar
  • 109
0 votes
1 answer
489 views

Hide text selection handles on out of focus: Android -Webview

I'm trying to hide the text selection handles when the user clicks somewhere else (a floating button) in webview, as shown in images the handles overlap with my linear layout. ...
josh's user avatar
  • 107
2 votes
3 answers
8k views

Android: how to load html string inside a WebView?

I have a webview in my layout file in android app and I want to load a video with html and javascript inside it. the html string that i want to use to load the video is: video= '<div id="...
reza asghari's user avatar

15 30 50 per page
1
2 3 4 5
10