safari Questions

2

Solved

Safari has support for ES6 Maps and Sets in version 7.1 and higher (MDN). I'm using a Map in my application and at some point want access to the values. Calling the values() function on the map see...
Verbid asked 16/4, 2015 at 8:54

2

Solved

Safari 14.1.2 not showing -webkit-backdrop-filter: blur(10px); I have tried multiple versions, inline, with jQuery, with @supports but nothing works. Strangest thing is that it is shown as enabled ...
Cheddar asked 9/11, 2021 at 20:48

4

I've tried 3 different websites to make sure the console is logging out as well as on my laptop and a different iPad. On the IPad Pro with the latest safari version - no console logging. Anyone exp...
Dieldrin asked 28/3, 2023 at 3:19

2

I am attempting to implement Firebase Cloud Messaging in an iOS Safari browser since Push Notification and Notification API are now supported. function requestPermission() { console.log("requ...
Fatherland asked 16/6, 2023 at 20:23

2

Since the release of "Safari App Extension" I have toyed around with creating safari app extensions for native applications using xcode. Now however, I'm attempting to create an extension for an ap...

4

I have a short Problem. I want to add a text to the clipboard on my iOS Device when I press a Button which use a ajax request to get the data into the clipboard. With the Browser on my Desktop and ...
Dextro asked 11/6, 2020 at 15:1

3

Solved

I know that Chrome let's you pick the context for the console's execution with a dropdown menu and that Firebug let's you cd() into an iframe. I can't figure out how to change the context in Safari...
Lodhia asked 19/2, 2013 at 16:41

5

Solved

I recently launched a site which used a bit of inline SVG. <svg class="divider-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w...
Es asked 2/8, 2014 at 0:39

9

Solved

Safari browser (I'm testing under windows) seems having problem in displaying Svg Image element. <!DOCTYPE html> <html> <body> <h1>My first SVG</h1> <img src="im...
Washbasin asked 2/12, 2014 at 9:14

6

Solved

I am working on a web application and I have one compatibility problem with Apple devices & Safari on PCs. Html5 audio tag: <audio controls> <source src="/audio/en/file.mp3"...
Brigette asked 22/7, 2014 at 7:59

6

Solved

having an issue with browser support right now. I have it working as hoped for Firefox and Chrome, however on safari I am having issues with images. Currently, the image is set using "object-fit: ...
Potvaliant asked 12/2, 2020 at 16:11

3

I'm frontend developer, When I design a web page with css in Safari browser, it renders differently from other browsers like Chrome, Firefox. How do I use Safari browser on windows to test my web p...
Overshoe asked 27/1, 2022 at 14:38

18

Solved

On my "Develop" menu, in Safari, the iPhone no longer appears after updating Safari to the latest version, making it impossible to inspect and debug sites and apps. I restarted the iPhone, killed ...
Mariettemarigold asked 21/11, 2014 at 11:18

3

How can you tell using javascript if your site is being loaded in an SFSafariViewController, and not pure Safari? I looked at window.navigator.userAgent, but it outputs the same thing on both brows...
Spite asked 26/2, 2016 at 21:58

1

I've encountered a problem where my iPhone Simulator can't access any of the websites on SAFARI. I am also unable to call any API from my application. The error shown by SAFARI is either of the tw...
Bookrack asked 8/2, 2018 at 9:51

1

I would like to copy object from Safari Console I tried right click and crtl + c and it's not working
Shackle asked 9/9, 2020 at 13:35

7

Solved

iOS 15 is out and so is the new release of Safari that brings the ubiquitous pull-to-refresh. Like it or not, single-page apps don't like that too much. Here's how to disable it on Chrome for iPhon...
Clubby asked 20/9, 2021 at 21:25

4

Solved

I've made a grid template with rows of 1fr 1fr 1fr. In the middle row, there are a list of inline images. In Chrome and Firefox, the images respect the height of the grid row and adapt properly. ...
Glanti asked 26/6, 2017 at 23:23

1

The short question is; "Can I - in Safari - on iPad (exclusively - no need for other browsers or devices) - scale a PDF document up or down to fit a fixed-width iframe or object tag?" And the long...
Pitch asked 30/1, 2013 at 5:32

1

For some reason the password input in iOS 12 Safari displays huge dots. I would like them to look as they look in Chrome. Is there a known way to style these inputs with CSS? <input type="passw...
Infusorian asked 24/1, 2019 at 20:41

6

I have placed cursor:pointer on a td but in Safari (on a mac) it only displays the default mouse cursor instead of changing to the little hand pointer which it does in every other browser. Is anyo...
Cellobiose asked 11/1, 2012 at 14:30

1

I want Safari to autofill my complete Finnish phone number, with a + and international access code on any site that requires a phonenumber in a webform. I want Safari to autofill +358451234567 ins...
Telegu asked 7/12, 2021 at 14:41

3

Is there any way to directly open the Photo Library and select photos when clicking on HTML file control on Safari iOS/WebViewController? I was able to directly open camera and documents (only on i...
Keefe asked 21/10, 2020 at 7:43

2

Solved

My responsive web app (made with Angular Material) works fine except with input fields on iOS / Safari: when the user focuses on an input field, iOS zooms the web page. Then the zoom level remains,...
Commissary asked 29/8, 2021 at 13:8

6

Solved

We have a site developed using Angular 7 and it uses Adal-Angular4 library for Azure Active Directoty authentication. When the site is browsed in safari on iPhone, it runs into below error. Error:...
Timer asked 25/4, 2020 at 9:46

© 2022 - 2024 — McMap. All rights reserved.