Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [safari]

Safari is Apple's web browser, the default browser on macOS and iOS.

0 votes
0 answers
8 views

CSS Text flip animation working on web, android, but not on IOS safari/chrome

I am currently trying to use this text flip animation, but I realised that it doesnt work well on IOS safari/chrome. Doesnt work as in, the text flips, but the red flip text cannot be seen When I ...
user26530885's user avatar
0 votes
0 answers
7 views

Where can i find safary deeplinks?

I'm seraching for deeplinks in macos apps. Now i'm working on safari, and i cant find any sites or documentations with list of deeplinks. Where can i find the information about them? I was trying to ...
Serafym's user avatar
0 votes
1 answer
30 views

Im having hard time with Safari Webdriver and clicking on a web element

Im struggling with Safari Webdriver and clicking elements on a page. To start I have up-2-date selenium version as stated on apples website. For context I'm running selenium on a mac machine with ...
user3329818's user avatar
0 votes
0 answers
9 views

Mobile Safari viewport scaling problem, how to scale it?

I'm developing an HTML5 application. To accommodate retina displays, I set the viewport to the following value: document.querySelector("meta[name=viewport]").setAttribute('content', 'initial-...
Кирилл Кузнецов's user avatar
0 votes
2 answers
40 views

CSS Radial Gradient Browser Inconsistency

Take a look at the two images below. I am using a radial gradient to create a reflection effect on a picture frame. As it is moved around in 3D space, I am changing its background position. background-...
user2977624's user avatar
0 votes
0 answers
14 views

WalletConnect not working on Safari (iOS)

I have the below code as a custom action in flutter flow that is triggered when a user clicks a button. The functionality works fine on Android as well as on Chrome on iOS - the user gets an option to ...
garb's user avatar
  • 1
0 votes
0 answers
6 views

I have react-image-crop problems with IOS

It works perfectly in Android and desktop browsers, but I have issues with Iphone and Safari Mac I am uploading an image cropping with react-image-crop and uploading to S3 AWS Do you guys know any ...
Pedro Baptista's user avatar
0 votes
0 answers
24 views

Fetching Twitter with Selenium using Safari - issue search box

I am working on a project as I bring to land a position in big data. I wanted to fetch tweets in order to perform sentiment analysis, and I am too using Selenium and Safari as browser. I can share my ...
69nuke's user avatar
  • 1
-1 votes
0 answers
26 views

Flexbox not working on iPhone, even though I'm using -webkit prefixes

I have a main page container, in which is a container for an image and a div that has text that is to be superimposed on the image and centered. For some reason I can see flexbot effects (shrinking) ...
user26467202's user avatar
0 votes
1 answer
25 views

Playing ogg audio files in react

I'm working on a React front-end, that needs to play audio files. I've got a backend service that give me ogg audio files that originate from WhatsApp conversations. The is played well in android ...
Chen Peleg's user avatar
  • 1,594
0 votes
0 answers
38 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
0 votes
1 answer
20 views

useSWR isnot working in Firefox and Safari. NextJS App

I use useSWR to get data from my backend and I noticed that in Safari and Firefox my request is not even sent, but when I use google chrome everything works perfect. What could be the problem? [fetch ...
mack1ch's user avatar
0 votes
2 answers
27 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
23 views

Camera not working if used in homescreen app IOS

I want to scan a QR code from my website and i'm using the html5-qrcode js library. It is working properly from safari or whatever browser I use it in. It asks for permissions, then makes you select ...
Synapsis's user avatar
  • 977
1 vote
0 answers
27 views

What option I can set for network request blocking in Safari using Selenium?

There is an option that I can set to avoid requests from specific url in Selenium (Java) for Chrome browser ChromeOptions options = new ChromeOptions(); options.addArguments("--host-resolver-...
Dzmitry Kamarou's user avatar

15 30 50 per page
1
2 3 4 5
1195