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
{{ message }}
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.
Hi, the handleLayout function needs to check height change, otherwise it is not working on iPad rotation. Please add following change to that function:
Hi, the handleLayout function needs to check height change, otherwise it is not working on iPad rotation. Please add following change to that function:
if (event.nativeEvent.layout.width !== this.width || event.nativeEvent.layout.height !== this.height) {
....
}
Thanks,
SXC
The text was updated successfully, but these errors were encountered: