mobile-chrome Questions

1

The issue I am running into is I have a React App with a form with Input elements that I have a need to detect if the Enter Key or , has been pressed. It is working fine on desktop chrome but Andro...
Doornail asked 25/10, 2020 at 15:5

11

Solved

An AngularJS application works fine on desktop, but is not rendering properly on mobile (actual code is showing). This is on an Android phone. I would like to see what errors are showing in the co...
Sluice asked 16/5, 2016 at 14:28

5

I know there have been multiple SO questions about this, but none of them seem to work anymore since the browser teams have made changes since those questions were asked. I'm trying to find the mos...
Jeseniajesh asked 2/1, 2023 at 19:26

11

Solved

I came across this problem a few times and was wondering if there was a solution to this problem. My problem occurs on the Chrome mobile app. There, you can scroll down a bit and the address bar di...
Relent asked 17/10, 2018 at 6:50

1

I'm developing(debugging) a mobile app on chrome's mobile simulator, and I kinda irritated on chrome's context menu when you press and hold on the mobile. Is there a way to remove/prevent it from s...
Kalikow asked 28/4, 2015 at 17:1

2

I have a simple page with some details whose action I handle via an AJAX request. On success callback of the AJAX call I am trying to trigger navigator.share which gives me an error: NotAllowedE...
Suppressive asked 14/5, 2019 at 18:45

2

I would like to be able to disable, through JavaScript or some sort of HTML meta-tag, the tap-to-search/touch-to-search feature found on mobile Chrome which shows a banner at the bottom of the brow...
Ghislainegholston asked 6/5, 2020 at 16:46

5

I've looked at many "mysterious white-space at bottom of page" issues here on SO, and played with the viewporttag many times, but I still cannot figure out what I'm doing wrong! The page in questi...
Caught asked 22/8, 2016 at 0:31

1

Some links on my website project have target="_blank" when I try to open it from Chrome 76/77 on Android mobile device all external links opens by PWA app which was installed (added to home screen)...

3

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 i...

1

I am working on a project that is targeted for browsers on smart phones. And I can't seem to find any way to do a client-side speech recognition, as the mobile version of chrome doesn't even suppor...

5

Solved

I host a small web site at an external host provider. When I open it from my iPhone, I get different results depending on how my iPhone is connected to the internet: When connection is made throu...
Therewithal asked 18/2, 2020 at 17:15

7

Solved

I have a webpage, lets call it entry.html. When a user enters this page, a javascript code (see below) is attempting to deep-link the user to the native iOS / Android app. If the deep-link fails ...
Cecrops asked 26/11, 2014 at 14:36

2

Solved

When you click (touch) a link in Safari (or chrome or firefox) for iOS, you get a grey background behind link (only while you're holding it). Is there a way to remove this feature using CSS? Plea...
Nonna asked 9/8, 2012 at 14:0

3

Solved

I tried the following attribute capture to set the input element to try to select the front facing camera. user is front facing, and environment is back facing. However, while experimenting with ...
Averroes asked 23/6, 2019 at 6:44

1

Solved

I have a case sensitive username field in my web app. In most instances, it works fine. Unfortunately, Safari on iOS and Chrome (sometimes) on Android want to "help" by capitalizing the f...
Farahfarand asked 7/3, 2019 at 22:20

1

Solved

When a phone browser has an open connection, and the user locks the screen, then at a certain point they will no longer have a WebSocket connection. What events are fired when this happens? Is the...

2

Solved

The following code is supposed to simply suppress any key press and add the pressed key to a div instead. This works fine on desktop, however on mobile (safari and chrome) event.key is undefined. ...
Journeyman asked 1/8, 2017 at 9:19

3

Solved

In mobile chrome on android device, there is a setting called "Data saving" accessible from Settings > Data saving. When enabled the behavior can be slightly different when reading media, especial...
Armstrong asked 5/4, 2017 at 9:3

0

I'm opening a new window to complete an Instagram oauth like so: var newWindow = window.open(url, 'Instagram Login', 'scrollbars=yes, width=' + w + ', height=' + h + ', top=' + top + ', left=' + l...
Fearless asked 4/7, 2018 at 20:53

1

Solved

I have been trying to trigger the Intent Share in the Android browser from javascript using the navigator.share. Following is an example code: $("#printTest").click(function(e){ if (navigator.sh...
Nanna asked 15/2, 2018 at 7:49

1

We are using javascript code to scroll to a div with the given ID. I tried to use jQuery.animate({scrollTop: number}) window.scrollTo(0, number) setTimeout(function() {window.scrollTo(0, numbe...
Wiese asked 8/2, 2016 at 9:53

1

Solved

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 pro...
Undersexed asked 3/9, 2015 at 14:44

1

I'm 'modernizing' our login widget to use Chrome Custom Tabs as Google will start blocking OAuth requests using Webviews in a few months. The login widget works with our Identity Service, which s...

1

Solved

I am building a website that uses 100vh for each section. However on mobile browsers, this leads to a bad UI as the viewport height increases/decreases with hiding/displaying of the address bar (su...
Carbine asked 25/6, 2016 at 18:10

© 2022 - 2025 — McMap. All rights reserved.