Questions tagged [mobile-chrome]

Chrome mobile is Google's browser for mobile phones. It is available on android and iOS

204 questions
4
votes
2 answers

Why some of the sites don't respect Text scaling in Chrome mobile browser?

Case in point: using latest Chrome version on Android 11 on Pixel 3a. Text scaling is set to 100% in browser settings. If I navigate to CNN.COM the font is rather too small for me to read. If I change the Text scaling to 150% the font becomes larger…
Joe Schmoe
  • 1,574
  • 4
  • 23
  • 48
4
votes
0 answers

Time Input Trigger Edit With Javascript

I am working with an HTML 5 Input with the type "time". Stack is Function Based React with the intention to deploy to mobile devices using Apache Cordova/Phone Gap My objective: Trigger the time input's edit spinners on mobile devices from…
Mizmor
  • 1,391
  • 6
  • 21
  • 43
4
votes
1 answer

How can I enable client certificate ios 12 so that chrome uses it

On iOS 12, safari presents the client certificate and I am able to choose it and proceed to website because the client certificate was authenticated successfully. Chrome doesn’t ask and therefore fails to authenticate with the server. In earlier…
washingon
  • 981
  • 2
  • 10
  • 20
4
votes
1 answer

Cursors are shifted on iOS

Could anybody help me? I have an issue related with shifted cursors. Problem is only on in chrome and safari on iOS 11. It looks like Thanks
lutaev
  • 298
  • 1
  • 4
  • 20
4
votes
2 answers

Wrong viewport in Chrome mobile devices

I`m trying to make responsive mobile menu, and faced some problems with differents between viewports in Google Chrome mobile and other browsers. See screenshots below: By green color I paint viewport border. The first image here made in chrome…
volodymyr3131
  • 335
  • 2
  • 5
  • 16
4
votes
0 answers

How to correctly define "scope" setting in Mobile Web Application manifest.json

I am trying to configure the manifest.json file correctly for my web app, so that it stays as a "standalone" feel when opened from the home screen icon. The application is defined as a set of "pages" within the base URL: url.xyz/page1,…
Ryan Griggs
  • 2,457
  • 2
  • 35
  • 58
4
votes
2 answers

YouTube videos (using latest API) won't play on Chrome on Android?

I'm developing a site for a client and am stuck at this point, as both of us have been able to recreate this issue in Chrome on Android. For whatever reason, when we load this page on Android in Chrome: http://miso.gostppro.com The video loader just…
4
votes
0 answers

remote debug chrome on iphone using windows

I know to debug mobile safari you'll need a mac, but is it possible to debug ios version of chrome on a windows machine (via a usb cable)? seems like a simple question, but for some reason I can't find anything on it using google. everything I find…
zero
  • 2,999
  • 9
  • 42
  • 67
4
votes
2 answers

iOS 9.2: Select List (multiple) incorrectly firing change event and setting value to first option on focus. (safari and chrome)

I am having issues with a multi select list in iOS browsers (chrome and safari). In my case I have an angular model binding on the select which is firing watchers and updating the model value as soon as I focus on the select. I believe this is a bug…
4
votes
0 answers

audio using data uri displays error in mobile Chrome

Mobile Chrome (v45.2454.68) in iOS displays error when rendering the audio element using data uri. It works in desktop Chrome, Safari and Firefox and also works in mobile Safari. Is there a way to fix it?
Yujun Wu
  • 2,992
  • 11
  • 40
  • 56
4
votes
0 answers

mobile chrome browser error: web socket connection failed : establishing a tunnel via proxy server failed

we are using plain java script for creating websocket client and connecting to websocket server(superwebsocket) we are trying to connect and work on web sockets in some pages of our android app(on 4.4 version). when i try to open the page which is…
4
votes
2 answers

Fullscreen of an iframe on mobile devices

I have got an iframe. Inside this iframe I have a player, which can go into fullscreen. Everything works fine on desktop browsers, but it does not works in chrome on a tablet nor in mobile safari on an iPhone, but it works in mozilla firefox on a…
Andrej Tihonov
  • 649
  • 2
  • 9
  • 21
4
votes
1 answer

Hiding keyboard on mobile Chrome doesn't change window height

When you open a keyboard on mobile Chrome (in my case iOS 7.0.3 and Chrome 33.0.1750.21), the height of the window changes. That's OK. But when you hide the keyboard, the window doesn't change its height back. I made a simple demo, that writes…
Pavel Linkesch
  • 3,546
  • 3
  • 22
  • 23
4
votes
1 answer

Issues with Absolute Positioning of Div in Mobile Browser

I am having a lot of issues absolutely positioning a div called id="verticalGenesis" on the following website: http://genesispetaluma.com/index.html in a mobile browser, including both Safari and Chrome on the iPhone. I ideally am trying to…
Chris Reedy
  • 443
  • 2
  • 8
  • 14
3
votes
1 answer

Web based Timer application using window.setInterval method in JavaScript does not work as expected on mobile browser (Chrome, Firefox etc.)

Web-based timer application using window.setInterval method in JavaScript does not work as expected in the mobile browser. The reason behind this is that after a certain time, the display goes off due to user inactivity and an application is moved…
parag
  • 2,483
  • 3
  • 20
  • 34
1 2
3
13 14