mobile-safari Questions
32
I am trying to create an html5 web page in which there is a small video like 13s , I converted the flash version of this video into 3 format : .ogv using fireFogg , .webm using firefogg also and .m...
Mecke asked 3/12, 2013 at 9:30
3
I'm trying to use the browser native HTML color input in Safari on MacOS. I have the problem that the change event fires to often if an user tries to pick a color from the following view in the col...
Outside asked 18/5, 2020 at 15:57
3
We have an input type = "number" and we have set an onChange method.
The default value of the input is 0.
Then we change the value programatically to say, 10.
Now we change the value manually to...
Mila asked 12/6, 2012 at 23:34
4
Solved
I'm trying to have a particular form field get focus automatically in a Safari browser on iPhone. I thought this would be pretty straight-forward, but I'm not managing to get this working. So, is t...
Rephrase asked 24/4, 2011 at 16:35
4
Solved
I have SpeechSynthesisUtterance working in my native language (English) but I need to set the language to Italian for correct pronunciation.
The code works correctly in Mac Safari but in iOS Safari...
Unlucky asked 18/8, 2018 at 1:51
4
Solved
Does anyone know any workarounds for this? I'm trying to use a select element for navigation. It looks something like this;
<select onchange="window.location=(this.options[this.selectedIndex].v...
Herrera asked 4/11, 2011 at 2:20
1
I'm using getUserMedia() to capture a camera stream on iOS 11's Safari. When I get the list of cameras using the MediaDevices API, the labels are blank. Is there a way to reliably determine which c...
Acquaintance asked 21/11, 2017 at 17:41
9
Solved
This is a WEB APP not a native app. Please no Objective-C NS commands.
So I need to detect 'pinch' events on iOS. Problem is every plugin or method I see for doing gestures or multi-touch events, ...
Imperfection asked 25/6, 2012 at 3:32
1
I've got this jsFiddle, which has a simple div with a jQuery click handler:
<div class="testDiv"
data-target="http://www.stackoverflow.com"
data-open="false">
</div>
$(document).r...
Earflap asked 12/5, 2015 at 14:2
5
Solved
A few months back I saw that Safari 7 was allowing push notification and it seemed like a very useful tool except every example of it that i've seen is focused on desktop browsing, not mobile.
Do ...
Thomasinathomasine asked 29/7, 2013 at 14:37
8
I'm trying to make an application to run in full screen mode (without the top bar) in Safari for iOS 6.
The code is as follows:
var elem = document.getElementById("element_id");
if (elem....
Ganda asked 10/10, 2012 at 15:13
7
Solved
The Problem:
I want the body element on iOS 13 Safari to not scroll. This means no scrolling, and no elastic bounce (overflow-scrolling) effect.
I have two elements next to each other on whic...
Disaffect asked 5/12, 2019 at 10:26
2
For a web application, is there a way (either client- or server-side) to differentiate requests coming from MobileSafari vs. SafariViewController (embedded in any 3rd party app)?
I need this becau...
Norward asked 26/1, 2016 at 18:37
11
In doing a single page Javascript app with interactive DOM elements I've found that the "mouseover-mousemove-mousedown-mouseup-click" sequence happens all in a bunch after the "touchstart-touchmove...
Melbourne asked 23/5, 2010 at 6:58
14
Solved
I'm using this function to copy a URL to the clipboard:
function CopyUrl($this){
var querySelector = $this.next().attr("id");
var emailLink = document.querySelector("#"+querySelector);
var ra...
Demineralize asked 2/12, 2015 at 14:54
1
Several iPhone/iPad devices are losing their login cookie if the app or tab is closed right after logging in.
What I have found in my research and addressed without luck:
Safari might have disab...
Aulea asked 7/6, 2019 at 19:58
1
Solved
I can't get env() to work.
* {
padding: 0;
margin: 0;
}
.testclass {
background-color: green;
padding-bottom: env(safe-area-inset-bottom);
}
<!DOCTYPE html>
<html lang="en">
...
Cryptography asked 13/7, 2022 at 4:19
1
Trying to debug a Mobile Safari Javascript bug. Connected the phone to my Mac via USB Lightning cable. Saw the phone show up in the Develop Menu in Desktop Safari.
Selected, 'Use phone for developm...
Lemuel asked 14/7, 2022 at 22:15
12
Solved
We're finding the the iPad is displaying thin grey/black lines on our site. It seems to be some form of scaling-artefact on mobile Safari. I've provided two snippets of pages below, with the contra...
Backer asked 24/1, 2011 at 10:23
4
Solved
I have a call to window.open with _blank, and it works in all browsers except on iOS. In my web app, when I click the button to Add to Cart on an iOS device, nothing happens at all, whereas in all ...
Micromillimeter asked 30/5, 2020 at 19:43
6
Solved
I'm noticing strange behavior in Safari recently.
I register a url scheme for the my app, and enter myapp:// into Safari.
This launches my app immediately.
Then I go back to Safari, and enter mya...
Muss asked 2/1, 2015 at 8:36
3
Seems like there's a bug in safari web view that causes the video to not play inline under certain circumstances. Rebooting the device solved the issue.
Has anybody seen this before? Is there a wa...
Gray asked 28/7, 2017 at 15:48
2
Is there any workarounds that allows me to keep the "Prevent Cross Site Trackng" option enabled (as it is by default, so every user will have it on), and issue CORS cookies from my back-end api tha...
Graniela asked 10/7, 2019 at 13:48
15
Solved
I have an app, and I'd like to redirect the users to different pages based on where they are navigating from.
If navigating from web clip, do not redirect.
If navigating from mobile Safari, redire...
Imide asked 9/6, 2010 at 15:48
2
Solved
Have an error only in safari browser:
TypeError: undefined is not an object (evaluating 'navigator.clipboard.writeText')
I'm passing my current link. What could be the problem?
copyLink = e =>...
Surveyor asked 10/9, 2019 at 10:2
© 2022 - 2024 — McMap. All rights reserved.