Top "Mobile-chrome" questions

Chrome mobile is Google's browser for mobile phones.

Is it possible to open developer tools console in Chrome on Android phone?

An AngularJS application works fine on desktop, but is not rendering properly on mobile (actual code is showing). This is …

google-chrome-devtools mobile-chrome
remove grey background on link clicked in ios safari / chrome / firefox

When you click (touch) a link in Safari (or chrome or firefox) for iOS, you get a grey background behind …

ios css mobile-safari mobile-chrome
Deeplinking mobile browsers to native app - Issues with Chrome when app isn't installed

I have a webpage, lets call it entry.html. When a user enters this page, a javascript code (see below) …

javascript mobile-website deep-linking mobile-chrome
100vh height when address bar is shown - Chrome Mobile

I came across this problem a few times and was wondering if there was a solution to this problem. My …

html css google-chrome address-bar mobile-chrome
Issues with Absolute Positioning of Div in Mobile Browser

I am having a lot of issues absolutely positioning a div called id="verticalGenesis" on the following website: http://genesispetaluma.…

html css mobile-safari css-position mobile-chrome
Mp4 video in html5 video tag not playing in mobile chrome and mobile safari

I have this code to play a video in a html5 page: <video autoplay loop id="bgvid"> <…

android html mobile-safari mp4 mobile-chrome
Fullscreen of an iframe on mobile devices

I have got an iframe. Inside this iframe I have a player, which can go into fullscreen. Everything works fine …

html iframe mobile-safari mobile-chrome
navigator.share not working in mobile browser(chrome v64)

I have been trying to trigger the Intent Share in the Android browser from javascript using the navigator.share. Following …

javascript android-intent mobile-chrome
Prevent autohide of address bar on mobile browsers

I am building a website that uses 100vh for each section. However on mobile browsers, this leads to a bad …

css address-bar mobile-chrome
event.key is undefined in mobile browsers for keyup, keydown and keypress

The following code is supposed to simply suppress any key press and add the pressed key to a div instead. …

javascript mobile-safari keylistener mobile-chrome