html - Workarounds for Mobile Safari (iOS 7.1) Fixed Position Tap Inaccuracy? -


Safari on iOS 7 is displaying a bug with a fixed header navigation where the click target is not correctly maped Thought elements are portrayed.

Steps to reproduce:

  1. Scroll down the page until the Safari's address bar is smaller and the Toolbar disappears down is.
  2. Tap a button on the bottom line (for example 'z' button).
    • The toolbar must have reason to extend this address bar and to appear again.
    • Also note that the button click is not triggered.
    • Now try to tap a button in the top row (for example '1' button).
      • A button will be activated from where the tap occurs.

        Some solutions for which I need a workaround ...

        • Safari UI to be triggered while changing status I have not seen any events with resizing or scrolling triggers.
        • There is an incident that I can trigger which toggles this UI state.

          Did you -webkit-backfish-visibility: hidden; Have tried to add to your header buttons?

          If this works, it is probably due to layer enhancement in webkit. If this happens then I can add additional information / link.

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 -