Skip to main content

All Questions

Tagged with
0 votes
0 answers
25 views

Run flutter web app on Chrome on iOS machine

I have a flutter app that I have compiled to run on Chrome on a windows machine. I have tried to get it to run on Chrome on an iOS machine but it doesn't work. This is what the user sees when typing ...
LostTexan's user avatar
  • 797
-1 votes
1 answer
38 views

Django Website not accessible on some browsers

I have a web app built with django that is hosted online on a subdomain. It was working fine until a few days ago when certain users started getting errors trying to access it where it would say ...
William Jorgensen's user avatar
0 votes
1 answer
22 views

Is there a way to remove a linebreak from the textToBePresentInElement waiter?

When using the innerText JS method Chrome and Safari return the text in different formats if there are multiple child elements with text. We've been using Safari for our tests and when calling getText(...
Lemings's user avatar
  • 21
3 votes
1 answer
71 views

Chrome/MacOS and Firefox/MacOS are able to render a string with glyphs from two fonts, but Chrome/iOS and Safari/Any are not

I want to declare a font-family property naming two fonts and have any glyphs not present in the first be rendered in the second. This works great in Chrome and Firefox on MacOS, but Safari/MacOS and ...
Thomas David Baker's user avatar
0 votes
0 answers
25 views

How to sync Safari, Chrome, Firefox bfcache behaviour?

I'm frustrated because Chrome, Firefox has different behaviours with bfcache in my React web app. When users use the back and forward buttons in Safari, they can return using back/forward and my web ...
chung's user avatar
  • 1,053
0 votes
0 answers
22 views

Page loads in Chrome but loads then blanks in Safari

I have noticed a weird issue with some of my pages. They load absolutely fine in Chrome but if I load in Safari, the page loads and shows itself then suddenly 'crashes' to a white page. I can't see ...
Prateek's user avatar
  • 1,754
2 votes
1 answer
221 views

Failed to load resource: The operation coulden't be completed. (WebKitBlobResource error 3)

I am using MediaRecorder web-API to record audio. Its working perfectly fine in windows and mac browsers but when I am trying it in ipad browser sometimes it's loding data in blob and creating url but ...
jayant k's user avatar
0 votes
1 answer
49 views

Why is it impossible to definitively know if your website is running as a PWA or as a website?

I am wondering why browsers don't provide a definitive way to determine if an app is running as a PWA or a website. What are the security risks behind this decision? I know there are some unreliable ...
Raad Altaie's user avatar
  • 1,183
0 votes
0 answers
72 views

Trigger open WhatsApp application on mobile browser without asking permission

I'm working on a Next.js 13 application where a store is shown. The user then goes to certain product detail and can contact the owner of the product via WhatsApp, so far, that's ok. I can use the ...
Gerardo Ruiz's user avatar
0 votes
1 answer
48 views

Printing behavior in chrome, safari, firefox

I'm using the print function of the browser to save the web content in a pdf. What I have noticed is that each of the browsers behaves different and I don't know how to fix it. It's not a problem, if ...
Yupp's user avatar
  • 315
0 votes
0 answers
16 views

Service worker's fetch listener is not getting triggered when fetch is used in web worker in case of Safari

I am having a fetch listener attached to a service worker that listens for all the fetch calls made via the web browser. I am using this to serve from cache if it is already present. In case of chrome ...
premchand Mishra's user avatar
0 votes
0 answers
57 views

mix-blend-mode: color; is not working for <video> on iOS and Mac devices

Structure of hero banner: <div className="hero-banner"> <video autoPlay muted loop playsInline className="hero-banner__video"> <source src="video.mp4"...
Shashwat's user avatar
0 votes
0 answers
24 views

requestvideoframecallback and video.onSeeked event firing order

I am trying to find if there are any specifications regarding the firing order of requestvideoframecallback and the video.onSeeked event. All I could find is that requestvideoframecallback will fire ...
Pedro Antonio Favuzzi's user avatar
0 votes
0 answers
67 views

JS - WebAuthn - Support for uvm extension?

I've been wanting to detect whether a user uses a PIN instead of biometrics on my website that utilizes Webauthn, or even disable PIN altogether. I've read that this can only be done using the uvm ...
bobcat8234's user avatar
0 votes
0 answers
132 views

React - Playing chunks of audio file in sequence - Decoding failure in Safari and FireFox

I have a specific scenario that I have to send an audio in chunks from backend to the frontend through a socket connection and play the audio chunks in sequence. Here is my React code: function ...
Emad Mamaghani's user avatar

15 30 50 per page
1
2 3 4 5
122