Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
40 views

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, ...
Woody's user avatar
  • 81
0 votes
0 answers
86 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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 ...

15 30 50 per page
1
2 3 4 5
...
311

AltStyle によって変換されたページ (->オリジナル) /