javascript - how to adjust position of an element after showing header and footer bar in iPhone safari -


The version of the iPhone is 7.0.4 - I use javascript to calculate the position of the image of the shipment Show in the middle of the "Available" field in
The problem is:
When the vertical position changes from the horizontal to the phone, I can keep using the resize event in the middle of the screen (without the touch screen) (â ?? -á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ Area (blue square area â ?? ¢) (â ?? ¡- ?? ¢)
I know if some events are triggered when the header and footer show bar so that I can bind it and adjust the position of the image? Or is there any other way to make it?
Enter image details here

You can use media queries in your CSS to do this. In CSS you will need all your break points. I do not believe there is such an event that you can tap to see that it has been shown repeatedly because it is the original browser.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -