Chrome mobile is Google's browser for mobile phones. It is available on android and iOS
Questions tagged [mobile-chrome]
204 questions
0
votes
1 answer
The webpage on mobile is blank when Firebase and ServiceWorkert are initialized in a Vue CLI project
(I'm new to VueJS and Firebase)
Hello! I have a very weird problem with my project.
I have been trying to add FCM (Firebase Cloud Messaging) to my Vue CLI project.
This is the code of my main.js that works completely fine in my PC chrome…

Haim Lvov
- 903
- 2
- 10
- 20
0
votes
1 answer
Issues with Twilio on Mobile Chrome Browser
was wondering if anyone may know if Twilio currently supports Chrome Mobile 79.0.3945? Our applications Sentry plugin has registered repeated error for 4 specific users of our running this version of Chrome Mobile on an Android Device. The error is…

ChrisK
- 15
- 3
0
votes
0 answers
Simplex 3D noise animation halts on mobile
I'm using Stefan Gustavson's GLSL impl. of Simplex noise and animating it using WebGL. Works just fine on desktop, but on my Android device, both Chrome and Firefox, the animation always halts after a fixed period. There's no error/warning, the…

ydaniv
- 1,289
- 11
- 18
0
votes
1 answer
Swipe Event not propagating in Chrome Mobile Emulator and Chrome Mobile Android
I want to have a sidebar in stenciljs which is a webcomponent, which has another component inside of it. The sidebar should close when I swipe left on anywhere in it. In Chrome desktop view it works fine and on iOS too. But when I'm testing it on…

Felix Riemer
- 1
- 4
0
votes
0 answers
Video rendering issue on mobile chrome when using object-fit
I've found a strange behaviour while programming an interactive video special.
Mobile chrome shows an odd border below the video. It is related to the default object-fit: contain rule that is set by chrome. If explicitly set to object-fit: none the…

Artur Ledwig
- 1
- 1
0
votes
1 answer
How to correctly set the absolute path of a background-image when opening an html page directly from Android File Manager
i'm creating a simple html page using droidEdit in Android, simple as that.
In this page there's a div with a background.
This background is an image stored locally, but the url must be (for a number of reasons) an absolute path, not a relative one,…

Revenant
- 3
- 3
0
votes
0 answers
Can't login from mobile chrome but works in mobile firefox
In my site I can login from all pc browsers and mobile firefox. But i can't login from mobile chrome, opera, or uc browser.
Login info:
username: testdemo
password: 123456
When I test in chrome remote device option in pc console I…

Hfyuu
- 199
- 1
- 3
- 11
0
votes
0 answers
mobile chrome shows strange background image when using background-attachment fixed on every reload
In my site I used background image like,
.bod {
background-size: 100% 100% !important;
-webkit-transform: translateZ(0);
height: 100vh;
}

Khtty
- 55
- 8
0
votes
0 answers
can getRedirectLoginHelper open mobile app if user have mobile phone?
This question is usually not understood by developers when I ask about this... I often get "I don't understand the question"...
I will try my best by explaining the context first.
In website there is a possibility to add "login with facebook"…

Jintor
- 607
- 8
- 32
0
votes
1 answer
ask user to get current location in mobile browser
I have a compass web app which points to the clients store location, and I want to get the users geolocation permission so I can use the two locations.
I found this code in the internet, but it doesn't work in mobile…

montser zalloum
- 25
- 6
0
votes
1 answer
pwa on chrome mobile keeps returning only cached version of data http responses
I have an Angular 7 Progressive Web Application (PWA, Service Worker).
My app is makes http requests to an api to get data for the page. with the service worker I cache the data so that the next time a user enters the page he will see the cached…

shahaf
- 741
- 1
- 8
- 26
0
votes
0 answers
Application is opening on chrome but speech to text is not working on Mobile google chrome
I have created a web application(https) and it uses speech to text and text to speech using the google chrome browser. The application is working well on laptop and desktop google chrome browsers but when I open the application on mobile...although…

Kumar
- 1
0
votes
2 answers
What is the default font size in Chrome Mobile?
I am trying to figure out what the default font size on Chrome Mobile is.
It's not displayed in the Chrome Mobile settings page and Googling it has proven futile. I don't have the ability to run the Chrome Remote Debugger at the moment.

Gary Kupczak
- 77
- 1
- 2
- 8
0
votes
2 answers
dynamic link that uses facebook app if installed
I'm looking for a solution that allows me to create a link on my website to handle the following use cases:
1) On desktop, user is linked to URL - eg. https://www.facebook.com/pg/sony
2) If accessing from Android/IOS and the Facebook app is…

Gando Tee
- 13
- 5
0
votes
2 answers
@media queries not working in Chrome or Safari iOS
/* page positions */
*{
box-sizing: border-box;
}
#mainBody{
position: fixed;
top: 46px;
left: 0px;
}
.center{
position: fixed;
left: 0;
top: 75%;
width: 100%;
text-align: center;
}
#about{
position: fixed;
top:…

Nick
- 11
- 4