mobile-safari Questions
3
Solved
Inside a position: fixed; element, scrolling elements will "lock" if you try to scroll them the wrong way at the start of a touch.
Example: touch the screen and drag downwards, then back ...
Rheumatoid asked 13/10, 2020 at 23:34
1
iOS stores the pictures taken with the camera in HEIC. These files are twice as small as a JPEG of equivalent quality. I could find a way deal with them on my back end (for one, libvips seems to su...
Himyaritic asked 27/9, 2020 at 20:29
1
I have a typical flexbox sticky footer solution that looks something like this:
<body>
<div class="wrapper">
<div class="header">Page Header</div>
&l...
Juncture asked 14/5, 2022 at 2:42
5
The user agent of Safari on iPadOS beta is at this point exactly the same as Safari on macOS. Is there any other way to tell an iPad from a Mac?
iPad running iOS
Mozilla/5.0 (iPad; CPU OS 10_3_3 l...
Schroer asked 13/6, 2019 at 10:47
5
I've built a small single-page web app using Bootstrap 3, Sammy.js and Knockout 3. I'm finding that when the page is scrolled down, I'm unable to get window.scrollTo(0, 0) to work on Mobile Safari ...
Photoreconnaissance asked 7/7, 2014 at 17:25
2
In iOS 14, Apple has launched the feature to set any browser as default browser which is a nice feature.
If you start a local iOS app from a browser to do some action and then leave the control bac...
Grope asked 18/9, 2020 at 6:47
25
Solved
Safari on iPhone automatically creates links for strings of digits that appear to the telephone numbers. I am writing a web page containing an IP address, and Safari is turning that into a phone nu...
Perfecto asked 22/10, 2008 at 15:0
1
I would like a website to act more like an app: in fullscreen mode. I mean, to hide programmatically the iOS' Safari toolbar like we can do it manually since iOS 13 using the Hide Toolbar button.
I...
Certification asked 7/7, 2022 at 10:17
1
Imagine Web Page on iOS/Android is able to share file (using Web Share API) with custom request content with Safari Share Extension.
I’m looking for a reliable way to get response (let's say an arb...
Gastroenteritis asked 23/1, 2023 at 18:28
6
Solved
I have flutter web app which can be easily deploy to chrome browser on my PC. Upon successful deployment:
Console
Web browser(Chrome)
I'm looking for the way to access localhost running ...
Phosphatase asked 4/6, 2020 at 13:12
4
I have a music file without extension, eg if you remove the mp3 suffix of the music file, then embed in audio tag.
<audio preload="auto" controls="controls">
<source src="12" type="audio...
Telecast asked 26/8, 2014 at 8:44
3
I would like to disable the swipe back animation totally on a SPA. That would allow me to use some swiping gestures within the SPA. At the moment on iOS you tend to also trigger the swipe back gest...
Nahtanha asked 8/4, 2019 at 13:21
7
I have the following handler:
$(window).bind('pageshow', function() { alert("back to page"); });
When I navigate away from the page (by pressing on a link) and return back to the page (by press...
Superbomb asked 11/4, 2012 at 13:3
5
Solved
Before I get flamed to death, I know this doesn't work currently due to Apple's concern over downloading an audio file automatically.
However, my question is: Has anyone found a cunning workaround...
Independence asked 7/11, 2012 at 9:13
8
I don't want the content of my site sloshing around when the user hits the edge of a page. I just want it to stop.
The omni-present javascript solution I see everywhere is this:
$(document).bind(...
Smashing asked 9/12, 2013 at 1:15
3
Solved
I run a website that is in English but iOS 14 mobile Safari still offers to translate the page. How do I prevent this?
From this similar question I've found none of these work:
1. <html lang=&qu...
Impossibility asked 2/10, 2020 at 0:12
5
Solved
The "add to home screen" shows up on all pages of a site, and I want the URL to be the homepage that gets saved.
For example on this page:
http://www.domain.com/category/page.html
Is it possible ...
Snowman asked 4/6, 2012 at 20:11
8
Solved
For a website I want to show a custom context menu when a user "longpresses" the screen. I've created a jQuery Longclick listener in my code to show a custom context menu. The context menu is displ...
Urana asked 6/9, 2012 at 16:0
10
Solved
I want to test my website on Safari on my iPad. I only have another PC. Is there a way for me to do remote debugging like ADB (Android Debug Bridge) with mobile Chrome? I searched on StackOverflow,...
Nogging asked 5/12, 2013 at 18:46
3
Web-apps: Can the iOS share sheet be triggered – and/or the shared URL customised – programatically?
Specifically, I would like to share granular page content via triggering the iOS share sheet with in-page buttons.
In my webapp page, I have a table of downloadable PDFs. I would like to be able t...
Kimberleekimberley asked 30/9, 2013 at 16:6
5
Solved
I am trying to Simulate a scroll event using Javascript for Mobile Safari.
I am using the following code
var evt = document.createEvent("MouseEvents");
evt.initMouseEvent("scroll&qu...
Importunate asked 20/7, 2011 at 12:10
3
Solved
Many of my scripts look like this:
if (...) {
const myvariable1 = document.querySelector('.class-1');
const myvariable2 = document.querySelector('.class-2');
function someFunction() {
// Do ...
Inculcate asked 31/5, 2021 at 10:15
3
Solved
Most references as below mention that Safari partially supports web components.
In detail, what web component features are not supported by Safari desktop and Safari iOS?
Is there a technical docs ...
Shoshonean asked 2/5, 2022 at 17:19
0
In our iOS universal links for our app is not opening our application when we tap on the link. This is happening only when the default browser in iPhone is set to Chrome or brave (other than safari...
Helot asked 5/12, 2022 at 16:5
2
Solved
Updated 10/21: Changed title and question in order to possibly get an answer (other than "no").
We're experiencing leaks in Safari (confirmed in Windows and Mac, suspected in iOS). Are there any S...
Savadove asked 19/10, 2010 at 17:57
© 2022 - 2024 — McMap. All rights reserved.