mobile-safari Questions
4
On <img> tags on iOS mobile Safari, you can tap and hold on an image to bring up a Save Sheet. You can also 3D touch to pop/peek it.
Can you prevent 3D touch while maintaining the tap and ho...
Samadhi asked 22/6, 2018 at 4:54
7
I have several input fields in line that acts like a crossword answer line:
Each square has its own input field. The reason for this is amongst other things that sometimes a square can be pre-popu...
Headquarters asked 10/9, 2013 at 20:26
1
Solved
I have a WORKING code to take a snapshot from the webcam and save it in PHP via ajax... but when I try with a resolution higher than 2000, safari mobile on iPhone crashes, why and how to fix this ?...
Links asked 22/4, 2021 at 1:44
4
Solved
I am using a drop shadow filter inside an SVG file that is embedded using an img tag. On my MacBook, it looks fine in Safari. However, in mobile Safari, the graphic gets really pixelated and loses ...
Swore asked 2/2, 2013 at 17:19
2
Solved
Goal
On mobile Safari, when the virtual keyboard is open, the screen should render like this image:
where:
The navbar and the input are fixed in place
The list of text messages is scrollable
Pro...
Isacco asked 9/1, 2020 at 23:27
1
I'm developing a responsive web app with a complicated UI. In order to demonstrate changes that I made, I'm checking out on responsive design modes both in Safari and Chrome. Is there any way that ...
Joris asked 16/9, 2019 at 9:35
12
Solved
Is there any way to set the format of <input type="date" /> ? if no then how can i set date in this field using JavaScript in the default format of type="date". how can i get what will be the...
Charismatic asked 27/5, 2013 at 9:55
6
Solved
We have a simple mobile app running in Mobile Safari (MS) on iOS. When the user scrolls down the page n pixels, a "top" button slides up from the bottom. The top button is fixed position. Problem i...
Promethean asked 12/2, 2014 at 0:5
4
Solved
When clicking an input field on an iOS device, it will zoom in on that element. Can i disable this focus event?
Charleen asked 15/2, 2011 at 11:5
2
I am creating a complex prototype for a Webapp (I am using Cordova to deploy it to my iPhone), and I am having the following problem:
DOM-Elements (which are not created using JavaScript but are r...
Verleneverlie asked 24/6, 2015 at 12:41
4
Solved
I have a website with an upload field, but the input is hidden with display: none; and I have a div for calling this action.
It worked on iOS 8, but now after the iOS 9 update, nothing happens whe...
Straus asked 22/9, 2015 at 4:38
16
Solved
I have some css menus on my site that expand with :hover (without js)
This works in a semi-broken way on iDevices, for example a tap will activate the :hover rule and expand the menu, but then tap...
Woodcut asked 30/4, 2010 at 1:34
12
Solved
I got a video element on a page that's working fine both in safari mobile and desktop.
I have a seme-transparent pull-down menu that's working fine. The problem is, when the menu is over the video ...
Rayshell asked 10/9, 2010 at 8:37
2
I have a simple HTML5 video embed that displays a blank (white) frame when loaded on iOS. On desktop browsers (including Safari) and Android the first frame of the video is displayed.
I understand...
Lanni asked 3/6, 2019 at 13:27
2
On iOS 14 you can pick another default browser than Safari. If you use another browser, that browser will ask the user to change their default browser.
I have installed quite a few browsers (Chrom...
Alsacelorraine asked 28/10, 2020 at 11:56
5
Solved
In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, however, doing that ...
Olaolaf asked 20/11, 2009 at 23:32
1
We have a call button on our web application. It's a simple button that uses the standard href="tel:" function. Here is a snippet of what my call link looks like.
<a href="tel:1-2...
Mammet asked 29/11, 2020 at 15:35
6
Solved
Our site renders with inconsistent font sizes on mobile Safari -- and as far as we can tell, only Mobile Safari. This very much has stumped us.
We analyzed the site with Firebug, and the incorrect...
Adonai asked 14/3, 2011 at 19:13
8
We are working on a visualization web application which use d3-force to draw a network on a canvas.
But now we’ve got a problem with browsers on iOS, where the process crashes after few interaction...
Woodrow asked 27/9, 2018 at 8:26
16
Solved
How do people debug websites on mobile devices?
I'd like to be able to manipulate the HTML and CSS similar to using the Inspector in a desktop browser, and debug JavaScript.
Bevon asked 26/4, 2011 at 18:46
2
Solved
I'm working on an iOS metronome web app. Since mobile Safari can only play one sound at a time, I'm attempting to create an 'audio sprite' - where I can use different segments of a single audio tra...
Twostep asked 9/5, 2011 at 4:11
2
Solved
Our requirement is to have our users login to an app via a URL and, having added the app to their homescreen as a PWA, maintain that logged-in status, so that a second login to the installed PWA is...
Stannite asked 1/7, 2020 at 4:56
5
Summary I have an app with a correctly functioning URL scheme that I'd like to launch from a web app stored on the home screen, and the normal JavaScript redirect methods don't seem to work.
Detai...
Faxan asked 19/4, 2012 at 21:25
20
Solved
I need to debug an HTML app on ipad. I used to be able to connect ipad by USB cable to my mac and it would show in the "Develop" menu in Safari. I have two ipads now - one with iOS 6 and another wi...
Barker asked 31/3, 2014 at 22:31
0
HTML:
<ion-view ng-controller="EntryController" class="bg-grey">
<ion-content scroll="true" overflow-scroll="true" class="start-page has-foote...
Hepplewhite asked 29/8, 2020 at 22:45
© 2022 - 2024 — McMap. All rights reserved.