Questions tagged [chrome-ios]

Mobile version of Google's Chrome browser for IOS devices.

Released on the App Store on June 26, 2012. It supports the iPad, iPhone, and iPod touch, and requires that the device have at least iOS version 4.3 installed.[213] Per Apple's requirements for browsers released through the App Store, this version of Chrome uses the iOS WebKit, that is the mobile Safari iOS engine and components, but restricted from using their Nitro JavaScript engine.

46 questions
3
votes
0 answers

How to reset the pinch zoom dynamically on ios chrome browser?

want to reset the pinch zoomed web page using button click on ios chrome browser. $('meta[name=viewport]').prop('content', 'width=device-width, initial-scale=1.0, user-scalable=yes,minimum-scale=1.0, maximum-scale=1.0'); added this to reset pinch…
L T
  • 31
  • 2
3
votes
2 answers

Javascript Date/Time not Working on iOS Device with Chrome

I am working with date/time in javascript and it is working properly on chrome windows but it is not working within Chrome on iOS devices. The difference between two times is not calculated properly on iOS. Here is my code: var start_timeObj =…
user3653474
  • 3,393
  • 6
  • 49
  • 135
3
votes
0 answers

"Add to Homescreen" for Chrome iOS

Add to Homescreen works just fine on Safari for iOS and Chrome for Android. Saw this answer while searching before posting the question. I was wondering if anyone knows if there's been any update to this? If it's not as simple as adding another meta…
3
votes
1 answer

Intercepting AJAX requests on Chrome for iOS?

I intercept AJAX requests in my site by altering the XMLHttpRequest.prototype open and send methods. This method worked without any troubles in all the browsers I tested. However, when it comes to Chrome for iOS (iPhone) the code has the weirdest…
NinGen ShinRa
  • 651
  • 5
  • 16
2
votes
2 answers

Chrome on iOS: Large space at bottom of HTML document

With a very simple html document below, why is there a large blank space at the bottom when viewed in Chrome on iOS? Here is a demo page: https://watchfulfirebrickopengl.ksb1986.repl.co/ I've tried using 100% instead of 100vh but get the same…
ksb1986
  • 29
  • 7
2
votes
0 answers

iOS Chrome incorrect viewport height when opening a link (from iMessage, Messenger, WhatsApp, etc)

iOS Chrome seems to be calculating the html viewport incorrectly when a link is clicked externally (from iMessage, Twitter, Messenger, etc) to be opened in Chrome. The html is a simple one:
Alwyn Tan
  • 21
  • 1
  • 5
2
votes
0 answers

How to prevent cancelling pending request in mobile safari/ios chrome when the app is put to background?

iPhone X, iOS 12.1.2 Situation: I'm making a request which does a long time to finish In the meantime i'm switching to other app When I put Safari back in the foreground it says that the connection was lost When I'm not switching it to the…
Dreszczyk
  • 108
  • 1
  • 7
2
votes
1 answer

Speech recognition API Chrome IOS?

I am trying to implement speech recognition/synthesis is a web app using Chrome. My app works great in Mac/Win, but not on IOS. I hear conflicting things about IOS support. Is the speech API working for Chrome IOS? If so, is there any special…
Bill Ferster
  • 347
  • 1
  • 5
  • 17
2
votes
0 answers

iOS: Access 'Scan QR Code' feature on Chrome for iOS from a Web app

I want to scan a QR code from a Web App on browser of a Mobile Device. Now, I am using the getUserMedia API to get the video stream and a JS library for decoding which works perfectly for chrome on Android but not on iOS, since iOS DOESN'T support…
vibhu
  • 89
  • 8
2
votes
1 answer

Material Design Lite and dialog-polyfill modal dialogs on iOS

I'm using Material Design Lite (http://getmdl.io) along with dialog-polyfill (https://github.com/GoogleChrome/dialog-polyfill) for the modal dialog boxes. Everything works great on my desktop browsers (Chrome, Safari, etc.), but on iOS (both Chrome…
2
votes
1 answer

"display: table" and "float:left" not respecting margins

I have a bunch of buttons in a row, with content vertically centered inside: .button { width: 18%; margin: 0 1%; height: 160px; padding: 10px; display: table; float: left; } .button-inner { display: table-cell; text-align: center; …
2
votes
0 answers

AJAX GET request goes to localhost:0 on Chrome IOS

I have a website that load JQuery that triggers a AJAX call to a API, this call works in all browsers except one, Chrome iOS. Using Weinre I got that my requests is going to http://localhost:0/chromecheckurl and I don't have any idea how to fix…
fltiago
  • 168
  • 6
2
votes
0 answers

Chrome for iOS - What is a way to handle popup to parent communication?

Two observations when dealing with popups in Chrome for iOS: Popups that are spawned inside an iframe will kill the parent window, the tab will closed, never to be seen again Popups that are spawned in a non-iframe context open a new tab with the…
bjornl
  • 1,757
  • 3
  • 17
  • 29
2
votes
0 answers

Google Cloud Print Web Element works but not on Google Chrome for iOS

I use GCP Web Element to post items to print on my web application, here's the code Google suggests... JavaScript