safari Questions

5

Solved

link to the page I'm trying to get sorted I've got some html5 video on this page and I've managed to get it sorted so that I'm happy with it working in most browsers and displaying an image in tho...
Ceres asked 15/2, 2012 at 11:53

2

To try it: Open this codepen in Safari 12 on iOS (device or simulator). Focus the input. The virtual keyboard should open. Now scroll all the way to the bottom of the page. You should be able to ...
Cide asked 17/10, 2018 at 14:47

3

Solved

Not sure if anyone encountered this problem (I've seen similar but not exactly) but on Mac OSX Safari browser the following problems happen when you use the variable for a relative image location f...
Willey asked 22/3, 2021 at 19:3

5

I have a problem with a webpage I'm working on. On Firefox it doesn't seem to have any problems. I have 2 elements, horizontal scrolling, with background images and the transition between those 2...
Enceladus asked 29/7, 2014 at 7:38

6

Solved

When I apply a font-weight:bold style, the look of the font is too bold in Safari when compared to other browsers. I tried below css as suggested in some site but its still the same. text-shadow: ...
Apophasis asked 26/2, 2012 at 5:6

4

Solved

I'm using the following calc() equation to calculate the width of two divs: CSS .MyClass { width: calc((100% - 800px) / 2); width: -moz-calc((100% - 800px) / 2); width: -webkit-calc((100% - 80...
Ingvar asked 30/5, 2014 at 15:42

2

Solved

I have this scrollable div and inside i have an SVG with points that has id's given. i want to align the selected point to the centre of the div and i have this solution document.getElementById(&qu...
Hammerskjold asked 3/1, 2021 at 17:14

4

Solved

i want to add a loop video on my react-app. I did it like this <video ref={videoRef} playsInline autoPlay muted loop> <source src={Video} type='video/mp4' /> </video> it's...
Junkojunkyard asked 16/12, 2021 at 16:58

21

You might already know, that Safari has a nasty autofill bug where it fills email, username and password fields no matter if you set autocomplete="off" or not. Here's a basic form: <form actio...
Microspore asked 26/3, 2014 at 13:5

3

Solved

How do I make an address clickable (detectable) by a mobile phone (similar to how phone numbers are)? For addresses, it doesn't work directly. Is there perhaps an HTML tag for this?
Snakeroot asked 15/12, 2011 at 14:22

11

Solved

Is there any way to check if a URL scheme is currently registered on the phone... with javascript?
Jin asked 9/3, 2009 at 20:34

3

Solved

So iOS 11 Safari was supposed to add support for the Web Audio API, but it still doesn't seem to work with this javascript code: //called on page load get_user_media = get_user_media || navigator....
Tease asked 16/9, 2017 at 1:59

3

Solved

Got this code, that works perfectly in all browsers but not in Safari (Version 11.1.2). class Account { accountFields = ['field1', 'field2', 'field3'] } Getting the following error in Safari de...
Confectioner asked 2/2, 2020 at 13:39

4

Everything was working fine in my Angular application. But now suddenly I am getting the following error and my browser got stuck. Throttling navigation to prevent the browser from hanging. See ...
Heideheidegger asked 30/4, 2019 at 17:21

7

Stroke-dashoffset is not working on safari even if I add -webkit- prefix. please help me. Thanks!.... Here is my sample code.... #path1 { stroke-dasharray: 500; -webkit-animation: dash 2s ease;...
Conchita asked 16/5, 2016 at 3:1

1

Using patent-free audio and video codecs on the web has always been problematic due to poor support in Safari. According to the Safari 15 release notes, though, this might be starting to change. We...
Manhood asked 28/11, 2021 at 12:32

2

Android can use desktop Chrome's web inspector to debug HTML/CSS issues embedded in an App's WebView, as long as you connect them through USB. I've been searching all over google and this site an...
Outweigh asked 19/4, 2018 at 2:51

16

Solved

When I connect my iOS 6 device for remote debugging for testing my mobile web application, The safari develop menu with my device name shows "No Inspectable Applications". I have enabled web insp...
Jesusitajet asked 8/6, 2013 at 11:44

8

I have 2 buttons next to a textbox and another textbox after the 2 buttons. The tabindex for the first textbox is 1000, the first button is 1001 and the second button is 1002. The second textbox ha...
Telephonic asked 4/12, 2009 at 17:14

4

I've searched all over the internet already and I still don't know why the favicon wont show on safari, it shows ok on chrome and FF, I've tried these in the header: <link rel="shortcut icon" ...
Pentacle asked 28/7, 2014 at 9:19

12

I've build a web page that let's you select a page name from a drop down list and then transfers the browser to that page. The code that does the transfer is if (url){ window.open(url, '_blank'); ...
Stanleystanly asked 20/12, 2013 at 3:59

4

Solved

Ok, what im trying to do is slide a div down when the user clicks a list item. Problem is I am using Selectric https://github.com/lcdsantos/jQuery-Selectric which converts a Select box to an unord...
Ambroid asked 25/2, 2014 at 13:40

5

Solved

Hi im facing a weird issue here im getting dynamic data in that im also getting the date and time and im displaying it in html using date pipe in chrome/android it is working good but when i check ...
Sakhuja asked 5/1, 2018 at 10:48

5

Solved

.test { width: 20%; background: red; aspect-ratio: 1/1; } <div class="test"></div> aspect-ratio: 1/1; It works fine in other browsers except safari. But this code doesn't ...
Giovannigip asked 22/8, 2021 at 23:57

5

Solved

I'm using window.matchMedia conditional in order to avoid the inject of a video in mobile devices. CanIUse reports that matchMedia is going to work smoothly since Safari 9 (I'm testing on it), but ...
Stagecraft asked 1/3, 2016 at 9:47

© 2022 - 2025 — McMap. All rights reserved.