Skip to main content

Questions tagged [mobile-safari]

A mobile version of Apple’s Safari web browser.

mobile-safari
0 votes
2 answers
24 views

Part of my HTML elements are not being displayed, if I access the webapp from iPhone [closed]

I am a beginner and I am writing a webapp with React JS. For a certain part of my app, I need to dynamically create divs and I came up with this snippet: <div className="flex flex-col items-...
Alex's user avatar
  • 1
-1 votes
0 answers
18 views

FFmpeg "Non-monotonous DTS in output stream" error when processing video from Safari's MediaRecorder

I'm recording a video stream in Safari with MediaRecorder, then sending it to a remote server which then uses ffmpeg to reencode the video. When reencoding with FFmpeg, I get a lot of warnings and the ...
Hackermon's user avatar
  • 302
-1 votes
0 answers
17 views

PWA on iOS Not Retaining Cookies and LocalStorage After App Restart

What happened I encountered an issue with my Progressive Web App (PWA) on iOS where user login states were not maintained upon closing and restarting the application. Here are the details of my ...
Derek Bredensteiner's user avatar
0 votes
0 answers
23 views

Iphone 14 specific media query

I need to apply some CSS only for iPhone 14, but when I am trying to apply Media query in iPhone 14 in that case it also applying in iPhone 15 because both the device having same media query as below ...
Vicknesh's user avatar
0 votes
0 answers
11 views

how can i get camera access in ios12 application embedded h5

i can sure the app already hava the camera access, but in the embedded html, i still cannot open the camera. And this HTML page is work at Safari, but cant work on app when the page is embedded in app....
athena's user avatar
  • 1
0 votes
0 answers
13 views

how do I know if ios LargeText zoom has been set in safari?

window.devicePixelRatio in safari vs others: I get back some nice values of: // 4.0 // 3.3333333333333335 // 3.0 // 2.6086956521739134 // 2.2222222222222223 // 2.0 // 1.8181818181818181 // 1....
Andrew Arrow's user avatar
  • 4,424
0 votes
1 answer
28 views

iOS Safari PWA: Inconsistent viewport size

I build a PWA for iOS Safari. Unfortunately I am facing quite an inconsistent behavior on viewport sizing. I use the following options and styles <meta name="viewport" content="width=...
Tim Nikischin's user avatar
0 votes
0 answers
17 views

My Embedded Google Calendar looks too small on mobile device (Iphone 13 pro)

I've added a Google Calendar to my Portfolio website, it looks OK on PC browser, but when I browse to my website on my Iphone 13 pro it looks too small. CSS: /* div of big calendar */ @...
Tomer Vazana's user avatar
-1 votes
0 answers
38 views

Best HTML Video fallback for iOS Safari, Android and Desktop?

For a number of years the following code worked on desktop and iOS Safari: <video playsinline id='Video1' onclick='fJVideoClick();' preload='none' class='voVideo1' poster='video-file/images/video-...
user1946932's user avatar
0 votes
0 answers
22 views

script need user interaction to run in safari

I add custom code in WP Elementor something like <script> document.addEventListener("DOMContentLoaded", function() { // some function } }); </script> ...
Firman Alhar's user avatar
0 votes
0 answers
13 views

How to Reduce Latency and Ensure Camera Feed Visibility on Mobile Devices in Low Power Mode?

I'm displaying my camera's feed on a video tag and it works well for the most part. On mobile, I have added logic to swap between the front and rear cameras, which functions correctly. However, I'm ...
Alexandre PUJOL's user avatar
0 votes
0 answers
13 views

How to Implement an Image Download Dialog in Safari Like remove.bg?

I'm working on a project where I need to enable users to download images directly from the browser, specifically Safari on iOS. I've noticed that remove.bg offers a neat feature where users can long-...
Taib Islam Dipu's user avatar
0 votes
1 answer
70 views

CSS @Supports causes weird behaviour on iOS/Safari

I have an issue with some css implementation under iOS/Safari. I'm currently working on a simple onepager website which has 3 content sections. Each section should fill the entire viewport. For ...
EnSe's user avatar
  • 17
0 votes
0 answers
33 views

SFSafariViewController and Chrome Custom Tabs Cookie Behaviour

We have a mobile app that sometimes jumps out to our website to show certain pieces of content. Currently for these jumps we use SFSafariViewController on iOS and Chrome Custom Tabs on Android, we are ...
MobileDev's user avatar
  • 273
0 votes
0 answers
52 views

Safari 17.5 can't scroll flexbox container

So, it seems like with the new update for mobile Safari (17.5) scrolling inside of flexbox containers has stopped working!! Is this only happening to me? cause I expected the internet to be filled ...
xjimdim's user avatar
  • 41

15 30 50 per page
1
2 3 4 5
311