Questions tagged as 'safari'

1
answer

Change of html between desktop and mobile safari

I'm programming a page and in a certain section you have a p to place two phone numbers. However, when I open the page in iphone safari, the html has an extra href, which I did not write. on the left is the code on mobile and the right on the de...
asked by 05.10.2018 / 23:34
1
answer

HTML text is not displayed in Safari browser [duplicated]

On the website link , the mobile phone number in the SAFARI browser is not shown at the bottom of the page, only "cellular:" and the number goes blank. In Chrome you see the text well, can it be the typography? <p>Celular: +...
asked by 18.12.2018 / 05:24
1
answer

Box-shadow does not work as expected for large values in Safari

I am developing a small library / plugin in JavaScript that serves to highlight different parts of a page (with the intention of creating instructions or similar). But I'm encountering some problems, especially with Safari. For the highlight...
asked by 16.08.2018 / 18:37
1
answer

Iframe from youtube does not work with onclick function and cancels javascript in safari

Hi, I have this problem: I have a button that calls a function using onclick and opens a div where there is an iframe from youtube. In all the browsers it works correctly less in safari, in the iphone it shows the iframe without giving the botom...
asked by 21.02.2017 / 11:04
2
answers

Compatibility with Safari on Ipad and Iphone

Good afternoon, I'm making a form that sends an email and stores the data in a database. It runs correctly in Chrome, Firefox, Microsoft Edge and Safari (but the latter only in the desktop version, the insertion in the database does not occur wh...
asked by 08.05.2017 / 17:30
1
answer

I want to change my right and left of a css class from javascript and I can not

My problem is the following one I want to change the right and the left of a css from a javascript but from a resolution 1920 here is my code. var es_safari = navigator.userAgent.toLowerCase().indexOf('safari') > -1; var mediaquery =...
asked by 11.09.2017 / 16:18
2
answers

Problem onunload event in IE and Safari

First of all, hello everyone and thanks for your time. I'm making an application with Jquery Mobile and I have a big problem. When a page is refreshed, all the dynamic content that has been generated from the page is obviously lost, leaving o...
asked by 05.07.2016 / 11:47
1
answer

TypeError: 'undefined' is not a function (evaluating 'link.click ()') Safari

How about? I am setting up a page with Wordpress, where you have the possibility of, by pressing a button, you will download a full .csv of all the subscribers to the page. In Chrome, IE and Firefox, this button works, but in Safari it gives me...
asked by 03.05.2018 / 15:15
1
answer

CSS Flexbox does not work in Safari

It works perfect in Chrome, Firefox and Explorer, but in Safari (5.1.7) it does not. Attached screenshots. The images 1 and 2 is as it should be (as seen in Chrome, Firefox and Explorer.) The image 3 is as seen in SAFARI . The "sec...
asked by 26.06.2017 / 11:56
0
answers

How to fire a click? after a change event on a select in agularjs on safari [closed]

I have a big problem in safari when i try to fire click event on an input file, after and inside a change event (onchange, ng-change, $ scope.watch ... etc, i tried all). this works fine in chrome, explorer, but not in SAFARI. Here is an example...
asked by 23.09.2016 / 07:41