jquery - JQM footer issue -


This is inserting my head inside. I have a footer with various navigation buttons such as:

   

This is not a complete problem at the simulator. However, on one device, when the keyboard opens, the partition goes above the keyboard for the second and then returns, sometimes due to the rickshaw on nine buttons. I am using jquery mobile 1.4.2, so I am thinking that there is a fix on this or not.

Note: The footer keyboard does not stay above the keyboard for the duration of the input, it only appears above it when the keyboard opens to another and then disappears.

EDIT: I have seen all the solutions to hide the footer, when a texture is in focus, but none of them works.

Edit: The device is an iPhone 4 and an iPad Mini, it is not certain that these details are required

Edit: In response to the comments people have made, I have tried to recreate a jesphield problem, though I am unable to do this. Here's the problem on iPhone 4:

The footer stays there for one another and then disappears Whenever that input box is clicked,

To keep someone interested, I got the answer in the end. This was through my own error, I did not include: height = device-height in the code below. This is my HTML

  & lt; Meta name = "viewport" content = "user-scalable = no, initial-scale = 1, maximum-scale = 1, minimum-level = 1, width = device-width, target-density dpi = device-dpi height = device -Weightness "/>  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -