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 default value for leftToRight is set to false (side question: why? is more used by RTL readers?) in DefaultWebViewOptions, which makes the scrollbar appear on the left hand side.
The default value for
leftToRight
is set tofalse
(side question: why? is more used by RTL readers?) inDefaultWebViewOptions
, which makes the scrollbar appear on the left hand side.capacitor-os-inappbrowser/src/defaults.ts
Line 45 in 5a97433
If you change the value to
true
, then the scrollbar is shown on the right hand side, but then the toolbarClose
andnavigation
switch positions.For me it looks odd, as for a LTR language (
leftToRight = true
) the scrollbar should be on the right (correct) but theClose
should be on the left?Tested on iOS, don't know how it behaves on Android.
The text was updated successfully, but these errors were encountered: