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

Strange horizontal scrolling in Android browser

Check out the following demo on an Android device: Scrolling Demo There is a red box that is slightly off screen. When the vertical spacer is not present, you can't drag the page around in any direction. When the spacer is present and taking up more…
P_Dog
  • 208
  • 3
  • 12
0
votes
2 answers

SVG not showing on iOS Chrome and Safari?

For some reason one of the SVGs I have in my webpage will not render on iOS Chrome or iOS Safari. Another SVG I use for the main logo renders absolutely fine and they use the exact same code bar the file names/paths. The element is there in…
Alsh
  • 307
  • 1
  • 5
  • 15
0
votes
0 answers

Tablet version is being viewed on mobile

I've been making a webpage using Foundation 4 so it is very responsive across all devices. However, for some odd reason in both Chrome and Safari on iPhone's and mobile in portrait mode (aka should be using the mobile site which is less than 568px…
0
votes
1 answer

Chrome zooms in on navigation

I have a responsive layout that works great in mobile safari (iOS), but on chrome (Android) a strange thing is happening: there is a vertical navigation and if i click on some link that is in not at the end of the navigation - chrome "opens" sort of…
Marius
  • 3,976
  • 5
  • 37
  • 52
0
votes
0 answers

Hidden elements appear in mobile browsers when scroll

the example below is the method I'm using for my portfolio website. It's in 'where I live', 'how it began, and 'how I work' in about section and each slider has images and google map. I input the codes as they are in the example in my website…
Kim
  • 37
  • 11
0
votes
1 answer

CSS- Password field height in Mobile Safari and Chrome

I am having an issue with the height of the password field differing from that of the textfield above it even if I apply style="height:22px" directly to both elements. Current HTML:

Username

-1
votes
1 answer

Google Pay Autofill won't work on chrome mobile

When I use chrome, google pay automatically suggests I pay using one of my saved cards. This is working for my site on desktop but on mobile it is not. It asks me to select my card then to put in my CCV code it then checks that it is correct but…
Colfah
  • 308
  • 1
  • 16
-2
votes
1 answer

Mobile Chrome bug - animated canvas crashes the browser when canvas height is 3-5 times the screen height AND canvas on canvas is used

If you use this, it works fine (using img on canvas): ctx_bg.drawImage($("#image_tile")[0], positions[i].x, positions[i].y); If you use this, it crashes the browser within 3 seconds (using canvas on canvas): ctx_bg.drawImage($(".canvas_tile")[0],…
yodalr
  • 9,778
  • 10
  • 32
  • 47
-3
votes
2 answers

How to remove right side white space on my wordpress theme on mobile web phone?

I know this is a common bug but haven't been able to find the reason and to fix it with the usual solution of hide x axis overflow. Can anyone tell me why there is white space to the right on small mobile devices such as pixel and iPhone 4? I…
sivi
  • 10,654
  • 2
  • 52
  • 51
1 2 3
13
14