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) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -