javascript - Jquery resize event doesn't work in Phonegap IOS? -


The 'resize' event correctly recognizes Android but it does not detect it in iOS

  $ (Window). Reset (function () {// code});    

Ensure that the viewport is set correctly, you have it set to device-height should not be compulsory to see:

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -