This tag refers to the Google Chrome browser version for the Android platform.
Questions tagged [android-chrome]
69 questions
0
votes
0 answers
Talkback Input date in Android Chrome Jumps to Top After Selecting Date?
Create a simple on a page.
Open your web app on an Android device with a Chrome browser (I'm using P7).
Turn on Talkback.
Open date input.
Select a date, and set.
Watch as the focus is now on the top left home button of the…

Ardo K
- 191
- 10
0
votes
0 answers
Get ChromeBook android network interface IP from chromeOS
I'm looking for an chromeOS API to get all the network interfaces, I saw this one but I'm not able to invoke it because it doesn't exists for me.
Is there any other way to get the android arc_x network interface from chromeOS?
Thanks

Roberto
- 41
- 3
0
votes
0 answers
Android Chrome Notification - Notification Tray doesn't hide after clicking notification action
I am using the ServiceWorker Notification API in Android Chrome to show notifications with actions.
I am using notifications with tag and silent: true, but that should not matter.
The notificationclick handler finds a WindowClient and calls focus()…

Lukáš Řádek
- 1,273
- 1
- 11
- 23
0
votes
0 answers
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: ");
startActivity(chooser);
Some extra information:
I have…

Real Noob
- 1,369
- 2
- 15
- 29
0
votes
0 answers
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 Chrome 94 and Android MS Edge 93, therefore I…

Claudio Valerio
- 2,302
- 14
- 24
0
votes
1 answer
Android Google Chrome menu-burger transition issue(translateY doesn't work properly)
const menu = document.querySelector(".mini-menu");
menu.addEventListener("click", () => menu.classList.toggle("opened"));
html, body
{
width: 100%;
height: 100%;
margin: 0;
}
.container
{
display: flex;
width: 100%;
height: 100%;
…

Sergey_Z
- 31
- 6
0
votes
1 answer
Close current tab with javascript in Google Chrome
With my web application, I need to keep only a singe instance of the page at once. If new instance is opened in a new tab, I need to close the previous one.
I have seen many posts related to this and all of them are saying that I can only close tabs…

Harsh Shankar
- 506
- 5
- 16
0
votes
0 answers
Chrome Android URL Bar disrupting position of absolutely positioned element
Watch this element (the arrow at the bottom) MOVE away from the bottom of the page when the URL bar retracts.
The arrow has the following styling - its absolutely positioned at the bottom but when the URL bar moves its more like 10%.
element.style…

Lewis Morris
- 1,916
- 2
- 28
- 39
0
votes
0 answers
WebRTC facingMode environment not working in Android Chrome
I am using WebRTC for video and audio and I want to support flipping the camera in a mobile device from front to back and vice versa.
Using the below code Safari iOS works great, but Android Chrome will throw the exception NotReadableError: Could…

George Taskos
- 8,324
- 18
- 82
- 147
0
votes
1 answer
Different behavior of chrome on desktop and android mobile while sending data to BLE device
While connecting to BLE server on my ESP32 device, using ‘Web Bluetooth API’, I am experiencing a strange behavior.
I can connect and send/receive data using chrome browser on my desktop, but with chrome browser on my android phone I cannot send…

Zeni
- 947
- 1
- 12
- 24
0
votes
0 answers
File upload on android works only when using android's chrome dev tools?
I wanted to share something that i found interesting and hopefully get an explanation of this behavior. It goes like this. I created a page and all it does is upload a file to the server.
const input = document.getElementById("input");
const button…

Zobla
- 123
- 2
- 7
0
votes
1 answer
Using the Android Turbolinks Framework, how do I mitigate Bridge Injection Failures
I asked this question on the Turbolinks GitHub page last week as I kept experiencing this bridge injection failure issue.
The issue is extremely intermittent and is very challenging to reproduce, but the code of the problem is that on some devices,…

PGMacDesign
- 6,092
- 8
- 41
- 78
0
votes
1 answer
Dynamic images won't load, shows up as text/html MIME type, fix for webview?
For example, a link for one of the images goes to a url https://storage.notmywebsite.com/some/path/on/website/image:Static,Small/ImageFileName?params=123456.
When degbugging webview via chrome://inspect, the kind of error that shows up is…

Andrew Larson
- 158
- 13
0
votes
1 answer
Inconsistent address bar behavior on Chrome Android during scrolling
Recently I noticed the app I am working on displays really inconsistent behavior during scrolling on Chrome Android. Desired behavior is that scrolling up immediately hides address bar and scrolling down pushed back to the viewport. In my case it…

Red Hood
- 3
- 3
0
votes
0 answers
Official source about Chrome Android extension support
Many tech blog posts show that Chrome extensions are not available on Chrome for Android, and therefore show how to install another Chromium-based browser on Android smartphones, that support extensions.
Question: Where is an official source about…

Basj
- 41,386
- 99
- 383
- 673