You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When quickly using slide transitions (using manual timing) it often happens, that the screenshot contains elements from earlier transitions which is visible for the duration of the slide.
All subsequent slide transitions are then always show a mixture of the same broken screenshot and the current screen
The text was updated successfully, but these errors were encountered:
schumannd
changed the title
slide transition screenshot showing artifacts after many uses
slide transition screenshot showing artifacts after some time
Jan 17, 2018
I'm having the same problem but only for a part of my screen.
Basically I've set the option:
fixedPixelsBottom: 56
which makes sure the animation starts from 56 pixels at the bottom so that it looks as if it's comming from underneath my tabs. Basically I've made it so that the current tab is highlighted when one of those tabs is clicked and it will transition at that moment...
If I however click the tabs really quickly it will stop the tab bar from highlighting and will stay highlighted for one of the previous tabs. In other words the 56 pixels from the bottom of the screen are frozen. However, clicking on the tabs still work. I'm thinking the cordova webview isn't redrawn when doing this transition quickly?
When quickly using slide transitions (using manual timing) it often happens, that the screenshot contains elements from earlier transitions which is visible for the duration of the slide.
All subsequent slide transitions are then always show a mixture of the same broken screenshot and the current screen
might be related to #134
I'm using:
cordova 7.1.0
iOS 10.3.3
iPhone5
The text was updated successfully, but these errors were encountered: