69 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
60
views
Can Media Session API be used to control Web Speech API spoken word playback?
In Google Chrome, I’m experimenting with combining the Web Speech API (speechSynthesis) and the Media Session API so that browser-level play/pause hardware keys (and OS media controls) can control ...
0
votes
1
answer
81
views
Input is sliding down below android keyboard when new div is added above
Example On Stackblitz
In my minimal example, when the new "typing..." div is added to the dom, the input goes down, hiding behind the android keyboard a little. Here is a gif showing this, ...
1
vote
0
answers
50
views
Audio Not Playing in Mobile Chrome at 100% Volume, but Works at 99%
In mobile Chrome, I'm experiencing an issue where audio does not play through headphones when the volume is set to 100%. The sound is playing but is not outputting to the headphones. However, if I ...
1
vote
0
answers
238
views
how to remove suggestions bar from the virtual keyboard
I'm creating a PWA (Progressive Web App), but in Android Chrome, the suggestions bar on the virtual keyboard is messing up my layout (See image). It is overlaping with important buttons that are ...
1
vote
2
answers
1k
views
NullPointer Exception on BitMap.getwidth() at chromium-TrichromeWebViewGoogle.aab
I was getting below crash in Android Webview. I tried to load the webview for the functionality within the app and got this crash. Please advise on it.
It's crashing on Android 13 (Samsung S21). Note: ...
0
votes
1
answer
627
views
launching Android Chrome Browser through Appium Automation using emulator is throwing error and chrome browser is not launched properly
Screen when the code is run and chrome is launched`
Appium server is also running and even the chrome browser is launched but displays blank white screen after launching
Below is the error while ...
1
vote
0
answers
353
views
Android Chrome (106) sometimes fails to resize to full screen after keyboard usage
I noticed a strange behaviour using Google Chrome for Android (Version 106.0.5249.79) on an Android 12 device: It seems that leaving an input field and therefore resizing the viewport to the complete ...
0
votes
0
answers
890
views
ACTION_VIEW directly opens the URL chrome browser instead of showing options for different browsers
Here is part of my code:
Intent sendIntent = new Intent(Intent.ACTION_VIEW, URI.parse("https://stackoverflow.com/");
Intent chooser = Intent.createChooser(sendIntent, "Open the link in:...
2
votes
1
answer
2k
views
how to maintain specific version for embedded web view across different devices?
We have embedded web view using webkit in our app.
implementation 'androidx.browser:browser:1.3.0'
But when we install this app in different devices (mobile, android boxes, android tv's) the webview ...
0
votes
0
answers
304
views
Why can't I get a MediaStream from back camera when front camera is in use on Android Chrome?
Consider this:
What I'm trying to do here is to get a MediaStream for environment facing camera (back) when another MediaStream for user facing camera (front) is active.
This is happening on Android ...
1
vote
0
answers
264
views
Android Chrome not cache big file even fetching by force-cache
I want to load and cache a big data file from the server.
The dict.json file is about 30MB big.
fetch('/data/dict.json', {cache: "force-cache"})
In Desktop Chrome, it works as expected.
...
2
votes
1
answer
1k
views
Android Chrome runs requestAnimationFrame at 60FPS but renders at 30FPS
I am building a game with JS and I was testing it on Android Chrome and noticed that it is not working smooth, I could see stutters. Then, I set out to fix the performance problems thinking that my ...
1
vote
0
answers
164
views
Android Chrome failed to repeat very long background image
One of my project requires to display a very long image (height to width ratio is very high, which is 1920x7500) as background image. The background image should repeat at y-axis, too.
However, I have ...
1
vote
0
answers
555
views
How to force Custom Tabs to launch as Desktop site everytime?
I'm trying to implement custom tabs into my app
https://developer.chrome.com/docs/android/custom-tabs/integration-guide/
I've successfully launched the website using
@OnClick(R.id.btn_launch)
void ...
2
votes
1
answer
7k
views
Why can't chrome read local html file on android?
When I open a html file the chrome( on android ) says that file is not readable. But I have given permissions to file and media for chrome.
Please help me to solve this! Thank you!