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
Please, tell us how to recreate the issue in as much detail as possible.
Have app with left side drawer.
Launch app.
The drawer needs to be opened and closed at least once before rotating to landscape. I open/close with toggle() if that matters.
Rotate to landscape. The drawer sticks out part way.
As a workaround, I did the following. It isn't exactly ready to pop into a PR, or I would, but concept is to toggle the drawer after rotation so it jives with new layout dims:
Which platform(s) does your issue occur on?
Witnessed on iOS (using Angular); assuming others affected the same, but not sure.
@nativescript/iOS 8.3.3
@nativescript/angular 14.2.5
Please, tell us how to recreate the issue in as much detail as possible.
toggle()
if that matters.As a workaround, I did the following. It isn't exactly ready to pop into a PR, or I would, but concept is to toggle the drawer after rotation so it jives with new layout dims:
The text was updated successfully, but these errors were encountered: