Chrome web browser for Apple's iOS operating system
Questions tagged [chrome-for-ios]
5 questions
218
votes
16 answers
Remote Debugging for Chrome iOS (and Safari)
With the recent release of Chrome for iOS, I was wondering how do you enable remote debugging for Chrome iOS?
Update: With the release of iOS 6, remote debugging can now be done with Safari.

Hyangelo
- 4,784
- 4
- 26
- 33
1
vote
0 answers
JavaScript: How to specify the name of a blob file on Chrome for iOS?
I'm working on download a binary file, the extension is '.pfx', from iOS.
I generated data URI(data:URL) and invoke it using a tag.
The problem is that the download attribute works on Safari, but is not working on Chrome.
The binary file named as…

안구환
- 13
- 5
1
vote
1 answer
Open redirect link in the same tab using Chrome for iOS
So I have a site that uses a native app to authenticate a user. This is how it works.
I get a token and start polling the app service to check when the user has authenticated.
I use a URI appname:// to open the app for the user, and I provide a…

user2302566
- 181
- 3
- 13
1
vote
1 answer
ios 8 action extension run on page load
I am trying to make an app that allows you to essentially change the default browser in iOS 8. I want it to have an action extension that runs when a page loads. When run, it should redirect the user to, for instance, "googlechrome://" and then…

Jim Pach
- 11
- 1
0
votes
1 answer
Can JavaScript in Chrome for iOS play sounds?
Apple have long blocked mobile Safari from playing sounds – the usual JavaScript commands to play sounds just don't work on it. Does the Chrime browser for iOS, released today, allow sounds to be played?
Ps. Sounds induced by the user can be played…

Mr. Flibble
- 26,564
- 23
- 69
- 100