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
* fix:iOS13 scrollView.automaticallyAdjustsScrollIndicatorInsets default value YES which make the webview vertical indicator position in wrong offset
* added types and doc
Co-authored-by: BillHsieh <xietian@meitunmama.com>
Co-authored-by: xietian <xietian@innotechx.com>
Co-authored-by: Thibault Malbranche <thibault.malbranche@epitech.eu>
Co-authored-by: Thibault Malbranche <malbranche.thibault@gmail.com>
@@ -131,6 +132,16 @@ Controls whether to adjust the content inset for web views that are placed behin
131
132
132
133
---
133
134
135
+
### `automaticallyAdjustsScrollIndicatorInsets`[⬆](#props-index)<!-- Link generated with jump2header -->
136
+
137
+
Controls whether to adjust the scroll indicator inset for web views that are placed behind a navigation bar, tab bar, or toolbar. The default value `false`. (iOS 13+)
138
+
139
+
| Type | Required | Platform |
140
+
| ---- | -------- | -------- |
141
+
| bool | No | iOS(13+) |
142
+
143
+
---
144
+
134
145
### `injectedJavaScript`[⬆](#props-index)<!-- Link generated with jump2header -->
135
146
136
147
Set this to provide JavaScript that will be injected into the web page after the document finishes loading, but before other subresources finish loading.
0 commit comments