All Questions
3 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>
...
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 ...
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 ...