This tag refers to the Google Chrome browser version for the Android platform.
Questions tagged [android-chrome]
69 questions
1
vote
0 answers
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 onLaunchBtnClick(){
String url =…

DIRTY DAVE
- 2,523
- 2
- 20
- 83
1
vote
0 answers
How do i use the android content provider api of the chrome browser?
After reading about android content provider framework, I can guess that the URI for the chrome content provider would be something like this content://com.example.chrome.ContentProvider/DataType/data_id. I want to list out the links visited in the…

Aditya Jha
- 21
- 5
1
vote
0 answers
Bypass Chrome Android: LITE MODE (lazy loading) - force eager loading to full website
Hi
I have a website made in Bootstrap4. Works fine until I detected an error specific to Google Android Chrome browser - and his default LITE MODE.
If Im correct Lite Mode = Lazy loading, loads elements when needed (detected by scroll distance I…

Oliver Goossens
- 1,903
- 3
- 20
- 26
1
vote
1 answer
ActivityNotFoundException crash when starting "open url" intent on Chrome 86.0.4240.75
Chrome for Android version 86.0.4240.75 was released just a few days ago. The rollout has barely started, but we're seeing a new crash whose numbers are going straight up, on devices using that version of Chrome / Android System WebView.
val intent…

Jonik
- 80,077
- 70
- 264
- 372
1
vote
1 answer
Pause event is not detected by howler.js when we pause the audio through chrome android notification
I am using howler.js to play audio and declaring instance as
sound = new Howl({
src: ['../assets/test.mp3'],
html5: true,
onpause: () => {
this.playButton = true;
} });
All works fine but when audio is played , chrome android shows…

Vikram Sapate
- 1,087
- 1
- 11
- 16
1
vote
0 answers
Remote video stream not playing after chrome updated to version 81.0.4044..111
We are using programmable video javascript SDK for video calling application.
We use H264 video codec.
In Android Chrome v80 local video and remote video works fine currently.
But in some android devices like Samsung Galaxy 9+, Realme, OnePlus…

Jahnvi
- 31
- 2
1
vote
3 answers
Chrome's top bar appearing in installed, standalone PWA
It seems I followed all rules for an installable PWA (including setting display: standalone), but even so, Android 9 still shows a top bar in my PWA that allows the user to close it or, through the three dots, refresh / open in Chrome / etc.
I…

igorsantos07
- 4,456
- 5
- 43
- 62
1
vote
1 answer
Why might navigator.bluetooth be undefined?
Tablet: Lenovo tab4 8
Android version: 8.1
Android Chrome version: 76.0.3809.111
Bluetooth 'switch' in Settings is turned on.
Site is being served over https://
And yet: navigator.bluetooth is undefined
This means that this page, which does useful…

Harold
- 1,584
- 1
- 12
- 20
1
vote
1 answer
Vertex shader artifacts with WebGL on Android
I'm rendering a geometry in WebGL and am getting different results on Chrome for Android (unwanted artifacts, left) and Chrome for Windows (right):
I've tried:
using WebGL2 and WebGL contexts
using gl.UNSIGNED_INT and gl.UNSIGNED_SHORT when…

Tim Konieczny
- 83
- 8
1
vote
1 answer
How to open add contact page in android from a mobile browser
I want to give the users the ability to add contacts directly from my website. I know we cant access contact book from the browser , but I couldn't find any resources as to how to redirect users to a prefilled add contact page.
I came across chrome…

D V Ramana
- 1,136
- 11
- 13
1
vote
0 answers
MermaidJS styles appears odd in Chrome Mobile
I have used mermaidJS for an APP to show the flow-diagrams. The library looks quite good in Chrome & Firefox in Web. However, it looks quite silly when rendered in Chrome Android. What's puzzling is the styles look good on android-firefox as well.
I…

Novneet Nov
- 592
- 1
- 7
- 22
1
vote
1 answer
WebView doesn't load iFrame video due to security policy violation
I am trying to load an iFrame in my WebView.
The video/iFrame doesn't load reliably
This is what happens :
When I load the screen, in the webview's place there is blank space, but eventually the video might load, but most times, it doesn't…

rgv
- 1,186
- 1
- 17
- 39
1
vote
2 answers
Web Bluetooth Big issue: Chrome is not finding any devices
I'm using Web Bluetooth technology,I'm trying to connect an Android 6.0.1(Galaxy J7 prime) with an another Android device 6.0.1(Galaxy J5) in chrome (Version 60.0.311),it doest not scaning any device.
How do I list the nearby or paired Bluetooth…

Karthick V
- 13
- 1
- 5
0
votes
1 answer
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 running the code.
SLF4J: No SLF4J providers were…

nandini
- 1
0
votes
0 answers
Google pay isReadyToPay() returns false in Google Chrome in Android mobile
I am running into an issue where isReadyToPay() from google.payments.api.PaymentsClient always returns false in Android Chrome version.(all other devices it works fine)
If I switch to Desktop version in chrome, it starts working and isReadyToPay()…

Ashish Shivhare
- 1
- 1