4,661 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
40
views
-webkit-touch-callout: none; not working in Safari on iOS 26.1
I want users not to see the system context menu when long-pressing text on a page in Safari on iOS. I found on MDN that the CSS property -webkit-touch-callout: none; can achieve this. But in reality, ...
0
votes
0
answers
86
views
Disappearing menu hamburger from address bar on Safari mobile
I have a web page where I allow users to download an image by clicking a button. I’m using vanilla JavaScript like this:
async function downloadFile(url) {
const response = await fetch(url);
const ...
2
votes
0
answers
190
views
IOS(IPadOS)26 only bug with 'select' field
After closing the first select by clicking outside, quickly clicking the second select often opens it briefly and then immediately closes. This might be caused by event handling or focus issues. How ...
0
votes
2
answers
224
views
CSS transform-scale does not work on Safari on iPhone 17 Pro iOS 26
My webpage utilises the transform/scale() function to downsize it for mobile devices. While it works quite well on most of the test devices, it breaks on iPhone 17 Pro iOS 26.
The webpage loads zoomed ...
4
votes
0
answers
3k
views
Issue with Safari tab bar background and modal dimming in iOS 26 (Liquid Glass design bottom bar) [closed]
I’m working on a web app optimized for the new iOS "Liquid Glass" design in Safari
The problem occurs when using floating buttons + Safari tab bar together with my modal.
As you can see in ...
4
votes
1
answer
117
views
How to prevent text selection from being cleared when clicking a button on iPad Safari?
I'm developing a web application with a text-to-speech feature. Users can select text on the page and then click a "Play text to speech" button to have it read aloud. This works perfectly on ...
55
votes
10
answers
37k
views
iOS 26 Safari - Web layouts are breaking due to fixed/sticky position elements getting shifted vertically
In Safari on iOS 26, when the page is scrolled down and the address bar shrinks at the bottom, the viewport appears to get displaced vertically which in turn shifts the position of elements with ...
0
votes
0
answers
54
views
How to persist login session in iOS Safari PWA (Add to Home Screen) with React and Node.js?
I’m building a PWA with React (frontend) and Node.js/Express (backend).
On login, I save a JWT token in localStorage. I also tried using cookies with cookie-parser and express-session.
This works fine ...
0
votes
1
answer
62
views
Can't use storage.local.set from content_scripts in Safari
I have a browser extension that I'm trying to port on Safari. On some devices/version of the browser (mainly on mobile versions), the following code will throw an error:
await chrome.storage.local.set(...
0
votes
0
answers
51
views
How to inject a content script into an iframe with an iOS Safari Web Extension?
I'm building a browser extension that adds annotations to text that the user is reading. An important use-case are ebooks and many popular ebook readers use iFrames to display the book content.
For ...
-2
votes
1
answer
98
views
Opening keyboard freezes modal
experiencing this problem on mobile safari where when the modal opens and I choose from any input field that triggers a keyboard, upon keyboard close the whole modal freezes whereby nothing is ...
1
vote
1
answer
226
views
Expo Audio on web giving trouble when playing sequential segments but only on Chrome and Safari on iOS
What the code does in the happy cases:
I am receiving a polling of a list of audio urls that I wish to play.
As the cells get populated, the user can start playing from the beginning
On all other ...
0
votes
0
answers
18
views
Expo React Native - Safari push notifications
we have a react native project using Expo to cover iOS, Android and Web.
We managed to integrate expo-notifications (SDK 52) and support notifications across all Web browsers, except for Safari on ...
0
votes
1
answer
29
views
Mobile Safari page re-renders after fast gallery swiping and closing modal (Fancybox)
I have a React gallery component using Fancybox that works perfectly in all browsers except mobile Safari. The issue occurs when:
User quickly swipes through photos in the Fancybox modal
Closes the ...
0
votes
1
answer
135
views
WebRTC video issue in iOS-Safari browsers
We use Microsoft Avatar service as in below sample. the Avatar video is generated through a TURN server & sent to our app.. In iOS safari browsers alone, on first load only, WebRTC Audio track ...