The chrome-for-android tag has no wiki summary.
0
votes
0answers
46 views
Hanging on localhost:9222 using the remote debugging feature in Chrome for Android
I've followed the official guide but when I enter in Chrome localhost:9222 it just hangs there "Waiting for localhost..." Nothing else.
I've enable USB debugging on my device and connected my device ...
0
votes
0answers
23 views
Blob with HTML5 download attribute in Chrome for Android
Chrome supports blob downloading using the download attribute and the createObjectURL API.
var a = document.createElement('a');
a.download = container.querySelector('input[type="text"]').value;
...
1
vote
0answers
44 views
How can I pass a user initiated action into an iframe?
I have an audio element on a page which is currently being loaded inside an iframe with zero height and width.
I'm using a postMessage from the parent page to tell the child page to play some audio.
...
0
votes
2answers
198 views
Node.js express server on appfog: sessions lost on page refresh when using chrome on android
I am so confused. I made an express app like this:
$ express -s -e sessionTest
Then I edited the routes a little to set a session var, check it and delete it. I run the server on my local machine, ...
0
votes
2answers
292 views
How can I perform an inspect element in Chrome on my Galaxy S3 Android device?
How can I perform an inspect element in Chrome on my Galaxy S3 Android device?
I've tried a couple of guides online, one saying to use this android SDK thing to run adb forward tcp:9222 ...
1
vote
0answers
115 views
@font-face rendering in Chrome (Android/Win7)
With the site I'm working on, I'm having two problems with @font-face rendering - both with Chrome for Android (tested on Samsung Galaxy S) and with Chrome for Win7. Both latest versions.
The issues ...
0
votes
1answer
165 views
Raise keyboard on input type text in iframe at fixed position on chrome for android when zoomed
On Chrome for Android, touching an html text input element located inside an iframe at fixed position does not raise the keyboard consistently when the document is zoomed greater than 100 percent.
...
6
votes
1answer
1k views
How to run the new Chrome for Android 4 on Android Emulator?
I want to be able to test the web based app that I am developing in the new Chrome for Android. I did install the Chrome Beta apk but every time I tried to type a URL in the address bar, the browser ...
5
votes
3answers
2k views
Will the android webView be Chrome engine based since android 4.1?
According to 2012 google I/O talk (excerpt below), android webView will be chromium based since version 4.1. Is this already the case for the source code downloaded?
In addition, how should I ...
0
votes
0answers
59 views
jquery on chrome for android throws 401
jQuery ajax requests running on 'chrome for android' always return 401 error. It works on all browsers on desktop and also 'firefox for android'. The request hits the server unauthorised every time, ...
1
vote
1answer
3k views
What's the user agent of Chrome for Android after the user switches it to desktop version?
We know Chrome for Android's user agent is:
Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19
We also ...
1
vote
0answers
115 views
Android HTML input field correction/completion is awful
Try this on a modern (ICS, Jelly bean) Android device:
Open the Messaging app and type a sentence to someone. The keyboard is snappy, the completion works well, and spaces are added after words are ...
0
votes
0answers
147 views
Keep the keyboard open for an HTML chat program on Android?
I'm building an HTML5 chat program which has an input field and submit button at the bottom of the page.
On Chrome for Android, when the user taps the field, the soft keyboard slides up, and the user ...
1
vote
2answers
3k views
step by step guide to use the remote debugging feature in Chrome for Android on Windows
I've been looking through out the internet for a serious amount of time now for a working tutorial on how to enable the remote debugging feature which is built in to Chrome for Android, but I just ...
1
vote
1answer
140 views
Automatic sign-in via Google ID in Chrome for Android
I don't know the full details of this, but I believe Google's own web properties can perform single sign on within Chrome, using the Android user's ID and with the user's permission.
Is this ...