Questions tagged as 'safari'

1
answer

Safari unconfigured, does not load css

The Header of my site, is opening unconfigured in Safari 8.0.8, it is not catching the css: display: -ms-flexbox; display: flex; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; -ms-flex-pack: justify; justify-content:...
asked by 13.04.2017 / 18:50
1
answer

Images do not load on safari and iphone [closed]

I finished a website in Wordpress and it does not load the images in both Safari and Iphone.     
asked by 13.04.2017 / 14:54
0
answers

Options for Safari Browser

Hello, I use some CSS classes to align objects on the screen: height: 65vh !important; display: flex; align-items: flex-end; justify-content: center; However in Safari some of these classes do not work in Safari. I would like...
asked by 12.01.2017 / 19:35
1
answer

Validate fields with javascript in Safari browser

I'm having trouble trying to validate form fields, via Javascript, in the Safari browser. HTML code: <div class="modal fade" id="remarcar" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="...
asked by 14.10.2016 / 20:50
0
answers

Masonry and Safari giving bug

For Masonry to run safari should I add something? Well, I have the following situation: Image 1- Safari NOK only one columns Image2-ChromeOKtwocolumns Codetocallmasonry var $container = $('#container-masonry'); // initializ...
asked by 08.01.2016 / 16:09
0
answers

Play Audio - iOS Does Not Play Sound - Sound Output Delay

I have this function to load, remove, start and pause the audio. media = (function(){ return{ create : function(name, src){ mediaData[name] = new Audio(); mediaData[name].src = baseURL+'/media/'+src;...
asked by 25.08.2015 / 16:09
2
answers

Hide videos in iframe safari [closed]

I have a YouTube iframe video inside a div and when I hide in the div on the safari, the video continues to appear. How can I resolve this? It also happens to me that the video continues to play when I hide the div, how can I stop the video?   ...
asked by 20.05.2016 / 11:22