mobile-chrome

Speech recognition and getUserMedia

核能气质少年 提交于 2019-12-19 06:56:30
问题 I'm building a web application and plan on using both speechRecognition and navigator.getUserMedia for audio input. I noticed that my desktop browser (Chrome on Mac, v. 31.0.1650.63) asks twice for permission to use the microphone. While this may be a little bit annoying for the user, both voice recognition and audio input seem to work. However, if I open the same page on Android (Nexus 7, Android v4.4.2; Chrome v31.0.1650.59), it asks twice for permission to use my microphone, but I can only

Speech recognition and getUserMedia

假装没事ソ 提交于 2019-12-19 06:55:21
问题 I'm building a web application and plan on using both speechRecognition and navigator.getUserMedia for audio input. I noticed that my desktop browser (Chrome on Mac, v. 31.0.1650.63) asks twice for permission to use the microphone. While this may be a little bit annoying for the user, both voice recognition and audio input seem to work. However, if I open the same page on Android (Nexus 7, Android v4.4.2; Chrome v31.0.1650.59), it asks twice for permission to use my microphone, but I can only

Mp4 video in html5 video tag not playing in mobile chrome and mobile safari

自作多情 提交于 2019-12-18 12:24:26
问题 I have this code to play a video in a html5 page: <video autoplay loop id="bgvid"> <source src="video-background.mp4" poster="/poster.png" type="video/mp4"> </video> The problem is that it does not work in mobile chrome (Android Phone) and either in mobile safari (iPhone). But it works in "every" browser (tested with Safari, Chrome, Firefox) in desktop and also on mobile firefox (Android Phone). How can I overcame this problem? Edit: Added this code: var myVideo = document.getElementById(

parseFloat does not work on mobile devices

社会主义新天地 提交于 2019-12-11 12:48:05
问题 I am writing a very basic html calculator. The end result and user inputs are shown in "textDisplay_" area below: <div id ="textDisplayRow_"> <div id = "textDisplay_" class = "calcTextDisplay">0.0</div> </div> I also have a JavaScript code that gets and parses the displayed value into a float using these functions: function getCurrentText() { "use strict"; return document.getElementById("textDisplay_").innerHTML; } function getDisplayedNum() { "use strict"; if (getCurrentText() === emptyMesg)

ICS file Download fails on iPhone Chrome with “Unknown File Type”

我们两清 提交于 2019-12-10 14:54:08
问题 I've got a php script that's auto-generating an ics file for a mobile web app. Using Chrome on my Win7 desktop, the ics file downloads fine, and Outlook likes it. Using Safari on my iPhone, the ics file opens the calendar app as expected, and allows me to add to calendar. Using Chrome on my iPhone, I get "Download Failed. Chrome cannot download this file. Error 102 (): Unkown File Type." I'm sending these headers: header("Content-Type: text/Calendar; charset=utf-8"); header("Content

AngularJS: Embedding Youtube videos in iframe does not work on Android Chrome

你离开我真会死。 提交于 2019-12-08 11:06:37
问题 I'm developing a web application with AngularJS and I'm using a directive for embedding responsive Youtube videos called youtubeResponsive which allows to embed videos in an iframe with a video id as source parameter. It all works perfectly on desktop browsers, in fact I also managed to embed a playlist and play it in a loop. The problem I'm having is now on Chrome Android, on a Nexus 5 device (running Lollipop latest update) the video embedded is not showing and instead I can see a

Chrome data compression proxy error

╄→尐↘猪︶ㄣ 提交于 2019-12-07 15:51:43
问题 When I use youtube video upload API on mobile phone it uploads the video but before redirect to the redirect_url, most of the times it throws this error: url with error: http://uploads.gdata.youtube.com/action/FormDataUpload/FSVfvf45g45g4FFDSGSdfgr24g3t34t3EFVFFDSFGgg3435?nexturl=http://my-redirect-url.com:80/uploaded This page cannot be loaded via the chrome data compression proxy. Try reloading this page. when I just reload the page it redirects to the right redirect_url and the video is

Chrome data compression proxy error with jquery ajax form submission

旧巷老猫 提交于 2019-12-07 13:38:32
问题 I have a simple web page with a form that gets submitted via ajax using jquery. The form works fine when submitting it on a desktop browser, but the form gets an error when submitted using Chrome on a mobile device that has the "chrome data compression proxy" feature enabled. I get the following error message: This page cannot be loaded via the "chrome data compression proxy. Try reloading this page. After doing a bit of searching around, there are a few "similar" questions like this one and

Chrome data compression proxy error with jquery ajax form submission

我只是一个虾纸丫 提交于 2019-12-05 20:34:54
I have a simple web page with a form that gets submitted via ajax using jquery. The form works fine when submitting it on a desktop browser, but the form gets an error when submitted using Chrome on a mobile device that has the "chrome data compression proxy" feature enabled. I get the following error message: This page cannot be loaded via the "chrome data compression proxy. Try reloading this page. After doing a bit of searching around, there are a few "similar" questions like this one and more notably this one , but neither quite help me. The seconds question is supposedly answered by the