-1
votes
0answers
25 views

Will chrome on Android eventually support Pepper, and thus, Flash Player? [closed]

I know this has been discussed often, but I'd thought I take the chance to get an updated answer on this. Also, how about iOS --or would it still violate the policies? (Same thought goes for DartVM).
1
vote
0answers
11 views

Fetching BLOB in Chrome Android

I'm struggling to fetch an HTML5 video using xhr2 and blob responseType with Chrome on Android 4.2. The code works perfectly on Chrome and Firefox desktop and on Firefox Android 4.2 (with FF desktop, ...
0
votes
0answers
19 views

Webview HTML5 Audio length

I am developing a Webview Android application using HTML5. The app contains plenty of html5 audios. The problem is that I noticed on some "4.1" low budget android tablets that if the audio is less ...
0
votes
2answers
39 views

using jquery mobile with jquery

Hi all I have the following code <script type="text/javascript" src="/js/jquery-2.0.0.min.js"></script> <script src="/js/jquery.mobile-1.3.1.js" ...
-3
votes
0answers
27 views

android nexus 7 chrome cannot access only one website, restart the device is OK [closed]

the webpage is refreshing every 1 minute. then after 3 days, the chrome can not access this website, but chrome can access other websites. FireFox can not access this website eigher. Opera and other ...
1
vote
0answers
17 views

chrome plays mp3 in base64 format in android 4.0 up without sound

The following snippet plays well in chrome pc version. var base64Data=results.rows.item(0).vocData; //mp3 in base64 format fetched from webSQL audioPlayer.src ='data:audio/mp3;base64,'+base64Data; ...
1
vote
0answers
19 views

Playing audio from data:url google chrome mobile

I use this code to generate a audio element from byte , it create a simple wav sound , I am able to play that in google chrome or firefox of DESKTOP , but when I want to play that in Google Chrome ...
0
votes
0answers
12 views

mediaelement.js android (chrome), fullscreen button misplaced

I'm using MediaElement.js to make a responsive web application. However, I have some issues to make it work on Android Chrome browser (I have a Samsung Galaxy S3). When I try to open a video, the ...
-1
votes
1answer
18 views

URLs that contain the text “feed” ask for an app to open with in Chrome for Android 4

I'm developing a web app and I have an url that has the word "feedback" in its path. When I tap it, Chrome for Android asks me whether I want to open it with Chrome, with Firefox or with RssDemon (an ...
0
votes
0answers
28 views

Chrome / Android Jingle-SDP ICE connection failure

I am working on developing an application for Android devices that allows voice / video calling to other WebRTC enabled devices connected to an XMPP server. I have already been successful in getting ...
0
votes
2answers
70 views

Dynamically Created Audio Object not playing in Android Chrome browser

I'm trying to write a RIA which can be used on both Mobile as well as desktop browsers. One main objective of this app is to play sounds. There could be X many (as of now, there are 150+) On a ...
0
votes
1answer
21 views

watchPosition() fires callback only once

I am writing a watchPosition function for a geofencing feature in MapDotNet's Touchgeo (http://www.mapdotnet.com/index.php/component/content/article?id=131). On initial load, everything works ...
0
votes
0answers
39 views

Geolocation html5 Android browsers… Chrome 27 fails on S4, firefox works chrome 25 works on Nexus 7

Chrome on a brand new Samsung Galaxy S4 fails to give the Geolocation while Chrome on a Nexus 7 works perfectly. Firefox on the S4 also works perfectly Chrome on the S4 is revision 27.0.1453.9 and ...
1
vote
0answers
32 views

Why do certain redirects cause Nexus Chrome browser to not run Javascript?

On the Chrome 18.0.1025469 browser for Nexus 7, 4.2.2. certain redirects seem to cause Javascript not to load. For example the following page: http://jsfiddle.net/NTEQF/show/ has the javascript ...
1
vote
0answers
21 views

Chrome on Android Issues with reloading JQM pages - Galaxy tablet

I'm having major issues testing my jquery mobile app on Chrome for Android tablets. It works everywhere else except for chrome on android tab. When I click any button on the page that navigates away ...
-1
votes
1answer
41 views

What are differences between Chrome on Android and Desktop Chrome?

I know both use the same webkit version (537.36) and both use the same javascript engine (V8), but are there any other major differences between them? I have a webapp with automated tests for desktop ...
0
votes
1answer
77 views

Execute Android phonegap app with opera/Chrome mobile

I have developed an android webapp with Phonegap (Cordova 2.7.0). The app needs to receive some prices pushed by a server through the use of a third party JS API (Diffusion). The app works well on ...
0
votes
2answers
51 views

How can I Remote Debug Android with a low risk of revealing PII?

Following the Chrome Remote Debugging on Android documentation, I am eventually redirected to a web app hosted on AppSpot.com. My organization has strict PII requirements and using an external app ...
3
votes
1answer
106 views

WebView back history without redirects

I implemented android webview and onKeyDown method for back key. (It implements webview.goBack();) My problem is exactly similar to the question in this post below (no answers there) How to control ...
0
votes
1answer
79 views

Mobile chrom HTML canvas width limit

I'm trying to display line on HTML canvas after canvas width change. On all browsers on PC code works fine and line is visible, but on Chrome on Android 4.1.1 - line is not visible. Here is this code: ...
0
votes
1answer
62 views

How do I pass parameters to android Intent in new scheme on chrome?

I have a web app calling a native app on android via an iframe intent which does not work in chrome 25 according to the following.... https://developers.google.com/chrome/mobile/docs/intents The ...
0
votes
0answers
87 views

Android webview not opening linkedin.com

I have a webview in my app. I have setJavaScriptEnabled to TRUE. Everything seems to be working pretty fine. All the websites I have tested with works great except, when I try to open linkedin.com, it ...
0
votes
0answers
70 views

Android 4 Chrome hit testing issue on touch events after CSS transform

I'm having issues with the combination of CSS transforms and touch event hit testing. This only reproduces for me in Chrome on Android 4 (stable and beta). iOS Safari, as well as Chrome desktop with ...
-5
votes
1answer
35 views

POST-Data in chrome with intent [closed]

I want to program an App, that sends my login via POST to an website and opens it in Chrome. But because of cookies, i want to send an intent to chrome, containing URL and data to send. Sorry for my ...
0
votes
1answer
59 views

chrome android setting width to 100%

I've got a problem with the css on android with the chrome browser what i do in css is: html{ max-width: 100%; height: 100%; width: 100%; overflow: hidden; position: relative; } body{ ...
0
votes
2answers
39 views

Is there a way, that works on the Android browser, to blur the contents of a web page?

The following works on Safari (both mobile and desktop) and desktop Chrome, but mobile Chrome seems to ignore it: body { -webkit-filter: blur(4px); } (see http://jsfiddle.net/pMPPY/) Is there a ...
0
votes
1answer
121 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
30 views

Is there a way to pass session Id from my app on Chrome?

In my android app i can launch Chrome with given url via Intent, but i need to pass my sessionId too. So is there a way how to do this?
0
votes
1answer
64 views

Accessing images saved by Chrome

I'm writing a folder watcher, which I have had working on some devices, but not all devices seem to save to the same location. What I'm trying to do is allow users to save an image from a web app, ...
0
votes
1answer
56 views

Loading Chrome Android Intents from an iframe

I'm trying to use Chrome's new Intent:// structure, and I've determined these intent URLs don't resolve when inside an iframe. For example: iframe.html <a ...
1
vote
2answers
41 views

Is there a way a browser can directly talk to android application?

It seems there is an initiative from Google to directly send the map directions from Chrome to Android device. I was wondering is there a way browser can communicate with directly an Android ...
1
vote
1answer
61 views

Is there a custom URL scheme to open Google Chrome Beta on Android 2013 May

I need to know if a custom URL scheme is available for Google Chrome Beta on Android for latest version. googlechrome:// will open Chrome (not the beta version) What will open Chrome Beta on the ...
2
votes
1answer
68 views

Package Chrome browser into a HTML5 Android app

We're developing several HTML5 apps based on the Sencha framework, and thinking about packaging them into apps with say PhoneGap. However, even if you package these into apps, I'm assuming you still ...
1
vote
4answers
157 views

Block iOS/Android device from locking the screen/energysaving mode

I have a two-device setup, (A) controls via Native App (B) is used as a display via the Browser/Websockets (best on a Tablet/iPad) Is there any way you people might have heard of that I could ...
0
votes
1answer
51 views

Webkit or W3C Notifications in Chrome for Android?

I'am trying to use html5 notifications for a web app. It's working in Chrome 26 (on OSX) with both webkitNotifications and Notification (W3C). I've read that webkitNotifications is also supported in ...
0
votes
0answers
70 views

addthis_widget.js throwing Cannot read property '_pmh' of null error on Android and Chrome

I am using a JavaScript error logging tool to log any JavaScript errors on my mobile site and I am seeing a large number (22,000 in under a month) of this error: Uncaught TypeError: Cannot read ...
0
votes
1answer
53 views

Loading google search results(Mobile Version) in an Android WebView?

I can load google search results in a webview by making a request to the url http://www.google.com/search?q=searchterm and loading the result on the webview using wb.loadDataWithBaseURL(null, ...
0
votes
1answer
133 views

Debug Javascript application on chrome(android version) wirelessly (without usb debugging)

My android phone and my IIS are both connected to the same network. I wonder are there any ways that let me wirelessly debug javascript app which is running on android's chrome ?
1
vote
0answers
250 views

SoundCloud HTML5 Widget API - Play Not Working in Chome for Android

You can see the player live here: www.stateofpsychosis.com/media/ The viewable player is a custom player. The default SC player has been shrunk down to a 1x1px iframe so it can't be seen without ...
0
votes
2answers
183 views

Chrome (for Android) Media Queries doing it all wrong?

I am quite familiar with media queries but I ran into serious problems ...! Using the latest version of Chrome (26.0.1410.58) for Android I recognized that it reports all sizes related to the viewport ...
0
votes
0answers
57 views

Does chrome store history files on android?

On different operating systems, most of browsers store their history in different files. For example in Win7, you can find those files at: \Local\Google\Chrome\User Data\Default. ( is the path to ...
0
votes
0answers
45 views

yellow message in chrome android app “this apk file is harm to your mobile” in Note2 device

I am providing my app download from my wap site but when i am going to download it from google chrome browser in android device (espcially Note2) It is showing me yellow pop up that this apk may ...
0
votes
1answer
75 views

Will Google Chrome Webstore Application run in iOS and Android devices

As I am new to google chrome web store,I have few questions 1)How Can we develop google chrome web store applications and games? Have they used only HTML5 and javascript for it? 2)If google web ...
0
votes
1answer
214 views

Query Android Browser History for a URL

I'm able to view the Android browser history using the following method: import android.app.Activity; import android.database.Cursor; import android.os.Bundle; import android.provider.Browser; import ...
4
votes
2answers
1k views

Chrome Browser for Android no longer supports -webkit-overflow-scrolling? Is there an alternative?

I updated to the newest version of Chrome for Android on my Nexus 7 tablet and ... -webkit-overflow-scrolling: touch ... no longer works. In addition, the following evaluates to false: ...
0
votes
1answer
53 views

Chrome on Android pixel ratio off?

I've implemented em's throughout all my mobile CSS, and I just set the font-size once on the body tag based on device-pixel-ratio to either 16px (ratio: 1), 24px (ratio: 1.5), or 32px (ratio: 2) etc., ...
0
votes
1answer
720 views

Confirm this user-agent string Chrome 25+ on more expensive Android devices?

I have a budget tablet, because I only use it for site testing, and I thought it was a good idea to check whether the sites also render correctly on budget tablets. It runs on Android OS 4.1.1. The ...
0
votes
0answers
128 views

Android Chrome constantly crashing with my HTML5 website — How to debug it?

i have built a HTML5 web site (or rather webapp as you wish) and it works fine in Chrome and firefox. I would say the only thing out of the ordinary is, that it uses Google Closure in some parts ...
0
votes
2answers
82 views

Playing sound from object URL

I use XMLHttpRequest to preload files for a game. If WebAudio isnt supported I fall back to using audio elements. On Android it works fine in Firefox but sound does not play in chrome. Here's some ...
1
vote
1answer
91 views

$.ajax breaks in mobile browser

I have created a small python app to show the demo. HTML <html> <body> <button id="button"> Click for JSON Response </button> <div id="update"></div> ...

1 2 3 4 5