Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
3 answers
573 views

Page reload in IOS devices using javascript in

The screens in my IOS device doesn't reload after clicking the back button. It works using PC and android devices. Is there specific reload code for IOS device? here is my code ``` <script> ...
chem.engr's user avatar
5 votes
2 answers
5k views

How do I make my responsive website honour "Request a desktop site" on mobiles?

I have a dynamic website (Java Servlet driven and completely hand-coded) that is responsive. Because it is a scientific site returning tables of data, some of the options are not available at smaller ...
David's user avatar
  • 1,050
56 votes
10 answers
67k views

How to prevent iOS keyboard from pushing the view off screen with CSS or JS

I have a responsive web page that opens a modal when you tap a button. When the modal opens, it is set to take up the full width and height of the page using fixed positioning. The modal also has an ...
rescuecreative's user avatar