Open
Description
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.
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 toolbar Close
and navigation
switch positions.
For me it looks odd, as for a LTR language (leftToRight = true
) the scrollbar should be on the right (correct) but the Close
should be on the left?
Tested on iOS, don't know how it behaves on Android.
Metadata
Metadata
Assignees
Labels
No labels