[Webkit-unassigned] [Bug 154672] New: Jquery Mobile Page Transition Error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 25 01:10:11 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154672

            Bug ID: 154672
           Summary: Jquery Mobile Page Transition Error
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: iOS
                OS: iOS 9.2
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hikarusai_wa at yahoo.com.hk

In my case, my code is quoted with form tag.
Page Transition animation is well in iOS7.
Even in android webview.
But it is bad in iOS9 .
Page2 will be zoomed out for a second after page1 hide.



<form>
<div data-role="page" id="pageone">
  <div data-role="header">
    <h1>Welcome To My Homepage</h1>
  </div>

  <div data-role="main" class="ui-content">
    <p>Click on the link to see the slide effect.</p>
    <a href="#pagetwo" data-transition="slide">Slide to Page Two</a>
  </div>

  <div data-role="footer">
    <h1>Footer Text</h1>
  </div>
</div> 

<div data-role="page" id="pagetwo">
  <div data-role="header">
    <h1>Welcome To My Homepage</h1>
  </div>

  <div data-role="main" class="ui-content">
    <p>Click on the link to go back. <b>Note</b>: fade is default.</p>
    <a href="#pageone">Go to Page One</a>
  </div>

  <div data-role="footer">
    <h1>Footer Text</h1>
  </div>
</div> 
</form>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160225/4b7e2e1d/attachment.html>


More information about the webkit-unassigned mailing list