Most voted "mobile-safari" questions
Mobile version of Safari present on iPhone, iPod Touch and iPad.
Learn more…8 questions
Sort by count of
-
5
votes2
answers498
viewsView navbar only when user scrolls up on iOS
I’m using the technique of Marius Craciunoiu to display my entire navbar when the user scrolls the screen up. So, here’s my code Javascript (using jQuery): var delta, didScroll, lastScrollTop,…
-
1
votes0
answers53
viewsLarger font-size renders in Safari
Are there CSS or other reasons why Safari / iPhone would ignore some font size settings? On my private site, Safari on iPhone produces some font size: text 13 px larger than the font size: text 15…
-
1
votes0
answers17
viewsHow to release scrolling in Safari 11.1?
I needed to do this so that the content is not being disturbed and doing Wipe with your finger, but now the scrolling of the page has stopped working, as I do to release the bearing?…
-
0
votes0
answers107
viewsMy menu appears all broken in Safari browser
Good morning, I developed a website and when I open in Safari browser iphone and on Macbook it presents me all breaking... the li appears one below the other, in the mobile part when I open the menu…
-
0
votes1
answer187
viewsJavascript does not work on Safari
My code is working in Chrome, but in Safari it doesn’t go through any if else and goes straight to the else. //FUNÇÃO PARA ATIVAR NA SELEÇÃO DOS DROPBOX var selecao=…
-
0
votes1
answer183
viewsMy ajax in safari browser does not work
well, it enters the requisicao, returns the data correctly, but the moment I use the . appendchild it does not fill... OBS: in Chrome it works...... and on the console it gives the following error:…
-
0
votes1
answer24
viewsWhat to do? Safari IOS does not display elements within jQuery UI generated dialog
Good morning. Introduction: I have a site in production using jQuery UI for a long time. Except for the problem I present, all dialogs show everything in Safari IOS. The problem: I developed a new…
-
0
votes1
answer20
viewsEvent is not triggered in Safari mobile
I have this div in my Html, when clicked, opens the file explorer, through the Plupload, to upload a pdf: <div @(Convert.ToInt32(documento.CodDocumento) > 0 ? "style=display:none" : "")…