python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
iOS Safari browser bar creates white gap after scroll start
For a special project, I need to use a scrollable box that has exactly a height of 100vh respectively 100%.
Basically, it looks like that:
* {
margin: 0;
padding: 0;
}
html {
font-family: A...

Anna_B
Votes: 0
Answers: 2
CSS transform not working in safari even with the -webkit prefix
I have some css in which I style an ::after element with transforms to make it look like an arrow. The arrow should have a different rotation when the element is collapsed, which is indicated by the ....

Marko vlaić
Votes: 0
Answers: 0
Click event on <span> or <div> tag not working safari issue
I am facing a Click event issue on my iPhone(7 Plus). The click method is not working on IOS devices. But working fine on IOS Chrome.
Here is the code:
$('.menuOpen').on('click', function() {
co...
Amir Naeem
Votes: 0
Answers: 1
Scroll page by 100vh (including mobile/safari nav elements) on click
For one of our clients we have made a click-through portfolio. By disabling the scroll on the page and instantly moving the page 100vh down on click – we create the illusion that we see a new page, wi...
Daniel Bech
Votes: 0
Answers: 1