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
The webView does not resize or reposition based on orientation changes.
Example: If a view is opened at { top: "44px", width: "100%", ... } when in portrait, when the device is changed to landscape the view should switch to being 100% of the width of the new device width and be 44px from the new top, etc.
Currently, the width stays the same as its original width (320px if 100% in portrait).
The text was updated successfully, but these errors were encountered:
The webView does not resize or reposition based on orientation changes.
Example: If a view is opened at
{ top: "44px", width: "100%", ... }
when in portrait, when the device is changed to landscape the view should switch to being 100% of the width of the new device width and be 44px from the new top, etc.Currently, the width stays the same as its original width (320px if 100% in portrait).
The text was updated successfully, but these errors were encountered: