Questions tagged [mobile-chrome]

Chrome mobile is Google's browser for mobile phones. It is available on android and iOS

204 questions
0
votes
1 answer

playing html5

Update The problem turned out to be a Google Drive issue. For some reason files on mobile browsers need to be set to fully public in order to be used while files on desktop browsers can be played with "anyone who has the link". The lack of decent…
dijon
  • 359
  • 1
  • 9
  • 21
0
votes
0 answers

Chromecast Sender App: on Chrome mobile receiverListener doesn't get called

On Chrome mobile, when creating a new ApiConfig the receiver listener does not even fire. I created a webapp over a year ago that uses Chromecast Sender App API and it worked just fine on desktop and mobile Chrome. I could cast the videos from the…
0
votes
0 answers

Why window.fbAsyncInit function didn't gets fired from some mobile devices?

I have an application configured to support FB authentication, but it seems to be window.fbAsyncInit() didn't gets called from some of my mobile devices whereas it works for desktop and some mobile devices. Works for : Android(Marshmallow OS) with…
Sivaji P R
  • 111
  • 1
  • 8
0
votes
1 answer

jQuery looping bug in iOS

Why would the difference between these two lines of code create a bug that cause jquery to loop endlessly in iOS(Safari and Chrome)? The loop did not occur in any other browser. if ($('[name="loadingTime"]') != undefined) {... vs if…
neicull
  • 61
  • 1
  • 4
0
votes
0 answers

How to fix iPad Safari and Chrome crash when using tab key and bluetooth keyboard

This is really annoying - when using Safari or Chrome web browser on iPad with a bluetooth keyboard, hitting the tab key quickly will freeze and later crash and restart the browser (for example, if you are a fast typist and use the login form of any…
nothingisnecessary
  • 6,099
  • 36
  • 60
0
votes
0 answers

Foreign Characters become Auto bold in iOS google chrome / Mac Safari

The problem I am facing is depicted here in this image - As you can see, the foreign characters become auto bold. I spent some time looking for the solution but this is all I could find -…
karan_s438
  • 1,353
  • 1
  • 9
  • 15
0
votes
1 answer

Mysterious Paddings by Chrome Mobile

I have a blog and I didn't change it for a long time. But when I visited my blog, I noticed these paddings on Chrome Mobile (Android). I used CSS Reset files and there wasn't any problem on Chrome Application. By the way, link of this page is…
Mr. Zoidberg
  • 514
  • 4
  • 13
0
votes
1 answer

Develop Chrome Mobile Extension

Someone help me. I need to develop a mobile extension for chrome. So it's like a mobile app, on android. Is this possible? Any materials of help? Thanks.
Carol Kariuki
  • 95
  • 1
  • 1
  • 8
0
votes
1 answer

Can't draw canvas using finger on mobile browsers

Here is code: canvas = document.getElementById("canvas"); ctx = canvas.getContext('2d'); tmp_ctx = element[0].getContext('2d'); element.bind('mousemove touchmove', function(event){ if(drawing){ …
maximus
  • 4,201
  • 15
  • 64
  • 117
0
votes
1 answer

Accordion Not Working on Chrome Mobile

I have an purely css accordion that works on chrome desktop and safari mobile, but not the chrome mobile browser. The css and a jsfiddle link are below. What am I missing? https://jsfiddle.net/BeverlyLeu/0cgf3ejt/1/ .transition, .p-accordion,…
Lulu
  • 71
  • 6
0
votes
1 answer

iOS9 UIWebView/Chrome CSS transitions

While working on making our website responsive, I implemented a menu system along the lines of this - http://www.sitepoint.com/pure-css-off-screen-navigation-menu/ Everything was going swimmingly until we updated our test iPhone 6 from iOS 8 to iOS…
ImonFyre
  • 41
  • 1
  • 5
0
votes
0 answers

Hover pseudo class persists when div tapped in ios browsers

When tapping on a div in ios (safari and chrome), the hover pseudo class kicks in and persists even after the finger is lifted. It's worth noting, that the user doesn't have to hold down to trigger this effect. Just a simple tap will cause the…
Smeegs
  • 9,151
  • 5
  • 42
  • 78
0
votes
1 answer

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

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…
Alessandro Incarnati
  • 7,018
  • 3
  • 38
  • 54
0
votes
1 answer

How to initialize a custom chromecast app from android chrome

I'm trying to develop a custom chromecast app for my web application, I've registered the app and my chromecast device and it works fine with my desktop chrome (cast extension installed). But it doesn't start the chromecast app from my android…
Maximilian
  • 19
  • 1
  • 4
0
votes
0 answers

Is Mobile Chrome App ready for production?

When surfing to https://github.com/MobileChromeApps/mobile-chrome-apps there is a big bolded note right on the start which state "The Chrome Apps for Mobile toolchain is in developer preview.", reading that few days ago made me think that the…
1 2 3
13
14