jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.7k stars 2.41k forks source link

Page Transition issues in iOS 12 #8637

Open pichumanig opened 5 years ago

pichumanig commented 5 years ago

We are having mobile banking application and current version of Jquery mobile is 1.3.0. Post iOS 12 we are having facing issues during page transition as we the app displays a white screen for a brief nano second. This issue is very much visible and consistent in lower end devices below IphoneX whereas in IphoneX the occurrence is very rare.

White patch appearing while doing page transition with slide effect - jquery mobile 1.3.0 - AFTER IOS 12 UP GRADATION. Web view fails to handle page transition in iPhone 6, 6S and & after upgrading OS to IOS 12.

Please suggest solution approaches. Thanks

pichumanig commented 5 years ago

Hello all, can anyone help?

bogandix commented 5 years ago

change the direction of the slide to "reverse"...quick fix

pichumanig commented 5 years ago

Hey Thanks. Already tried suggested scenario in our App

dt1973 commented 5 years ago

Why are you still using jQuery Mobile? Please refer to https://github.com/jquery/jquery-mobile/issues/8612. Thanks.