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.
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.
The default value for
leftToRightis 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 toolbarCloseandnavigationswitch positions.For me it looks odd, as for a LTR language (
leftToRight = true) the scrollbar should be on the right (correct) but theCloseshould be on the left?Tested on iOS, don't know how it behaves on Android.