mobile-safari Questions
2
I'm using simple date pipe to format date which is working fine on web and android browsers but on IOS it's showing nothing. If I remove the PIPE and display data then it's shown but not with the P...
Quincunx asked 19/2, 2019 at 14:46
1
Solved
Like the title. I want to access GitHub desktop web version on Safari for iPhone. There used to be a button which you can switch to desktop or mobile view in the footer but now I can't see it anymo...
Aminoplast asked 15/5, 2021 at 6:20
7
Solved
A HTML5 <button> in Mobile Safari seems to have fixed, unchangeable left and right padding. Here's a demo plus how it looks in Safari 5 and iOS4.
How can I get rid of that padding?
Degradation asked 7/8, 2010 at 12:55
2
In iOS 7 Safari there are now two ways to navigate back/forward -- using the traditional back/forward button arrows at the bottom or by swiping from the edge of the screen. I'm using an animation t...
Grange asked 29/10, 2013 at 15:25
5
Solved
Is it possible to make a custom URL for an icon on the iOS home screen?
Or at least have a way for the user to edit the URL themselves?
UPDATE: To be more specific, here's what the client said:
"...
Opsonin asked 8/4, 2013 at 15:57
3
Solved
I'm trying to display a table which displays some grouped data.
The header should stick (at the top of the viewport), and also some table rows that contain the group titles.
For simplicity, I've cr...
Poi asked 19/10, 2021 at 15:3
3
Similar to this question, is IndexedDB guaranteed to be persistent ? ie. Safari will not reclaim disk space if the device is low on memory.
Corabelle asked 11/6, 2018 at 10:16
2
Solved
I would like to change the the "return" button text on the Mobile Safari keyboard when my input element is focused. I know you can do this:
<form action="somewebsite.com">
<input id='Sea...
Dianthus asked 1/4, 2011 at 17:22
2
In Safari iOS15, by default, the address bar is pinned to the bottom of the viewport. As iOS 15 Safari floating address bar explains, you can use padding-bottom: env(safe-area-inset-bottom) to ensu...
Abscise asked 29/8, 2021 at 16:4
12
Solved
I want to create a web-page, a page that will redirect an iPhone to the App Store if the iPhone does not have the application installed, but if the iPhone has the app installed I want it to open th...
Preservative asked 24/10, 2012 at 7:42
0
I'm using the excellent https://www.npmjs.com/package/idb package to manage a simple indexedDB implementation on a web app.
I'm having this error "UnknownError: Database deleted by request of ...
Allodium asked 2/10, 2021 at 14:26
1
I am trying to share file with Web Share API Level 2 with the following code:
var file = new File(["foo"], "foo.txt", {
type: "text/plain",
});
window.navigator.share({
text: "Share text",
tit...
Meilhac asked 19/2, 2020 at 14:22
4
It is well know that Mobile Safari pauses Javascript execution on a webpage when
you switch to different browser tab
switch to a different iOS app (e.g. when you get an incoming call the phone ap...
Harrington asked 3/8, 2012 at 12:35
1
I am trying to implement downloading images from PWA. I am using
<a target="_blank"
rel="noopener noreferrer"
href="photo.url"
download>Download image</a&g...
Sputum asked 21/10, 2019 at 18:51
1
When I long-press a toolbar button on my React app in iOS Safari it makes a selection of the icon. I disabled it with CSS on the toolbar:
-webkit-touch-callout: none;
-webkit-user-select: none;
use...
Khajeh asked 14/9, 2021 at 9:21
2
I've successfully implemented native HTML5 Drag and Drop for moving HTML elements inside a page (just, say, a div from one place to another, nothing related to interacting with the host OS' files w...
Ectomere asked 6/7, 2011 at 18:6
7
Solved
I have the video background plugin for site origin page builder (Wordpress) and I have uploaded a background video (MP4 and WEBM formats). The file sizes are around 35mb and 17mb respectively.
I ha...
Bal asked 13/12, 2019 at 15:13
4
Edit: dev link removed, giving up on this question.
I've been trying to solve a seemingly tiny rendering issue for a week now, and have exhausted all my options, here's my cry for help. I've read ...
Zenobia asked 19/2, 2018 at 20:14
2
Solved
Currently testing mobile site on iOS (will get to other devices soon, so unsure if this pertains to other OS's/Browser).
How come mobile safari triggers the active state of a link during scroll?
...
Groundsill asked 28/12, 2010 at 19:24
6
Solved
I'm working on an offline capabable Javascript site that targets mobile devices. One such mobile device is the IPhone.
I'm trying to parse a date from our REST API (a member of JSON object). I'm u...
Kindliness asked 16/3, 2011 at 10:47
1
I have a video player for mobile web(HLS).
We asked the user to press the play button (to get the user interaction, but we are getting the following error:
AbortError: The operation was aborted
A...
Burkhalter asked 22/4, 2019 at 7:18
2
Is there a way to trigger fullscreen on iOS Safari (mobile web). Either fullscreen or full viewport would be great. Here is what I have tried below :
<video id="mobile_content">
<source...
Kilgore asked 5/3, 2015 at 22:9
3
I'm facing some strange bug while developing a webapp in jquery-mobile.
When I prompt an alert, if i touch some input of the page, iOS Safari & Chrome gets totally freezed and I only can close ...
Rockweed asked 17/7, 2013 at 10:0
19
I've update my iPhone 6 plus to iOS 10 beta version and just found that in mobile safari, you can zoom any webpages by double tapping or pinching IGNORE the user-scalable=no code in the meta tag. I...
Paw asked 14/6, 2016 at 9:32
2
This problem only happens with my progressive React web app when I run it on my iPhone 5S (iOS 12.5.2) and LG Android phone. It does this with Mobile Chrome and Mobile Safari. Everything works fine...
Exhalation asked 21/5, 2021 at 17:21
© 2022 - 2024 — McMap. All rights reserved.