File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,12 @@ _Android only_
401
401
402
402
Disables Hardware Acceleration in the WebView when `true`, defaults to `false`.
403
403
404
+ #### `` androidLayerType: [ | `none | `software | `hardware ] ``
405
+
406
+ _Android only_
407
+
408
+ Specifies the layer type.
409
+
404
410
#### `applicationNameForUserAgent: string`
405
411
406
412
Specifies `string` value to append to the `User-Agent` header, will be overridden if `userAgent` is set.
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ external make:
170
170
~allowsInlineMediaPlayback: bool=?,
171
171
~allowsLinkPreview: bool=?,
172
172
~androidHardwareAccelerationDisabled: bool=?,
173
+ ~androidLayerType: [ | `none | `software | `hardware]=?,
173
174
~applicationNameForUserAgent: string=?,
174
175
~automaticallyAdjustContentInsets: bool=?,
175
176
~bounces: bool=?,
You can’t perform that action at this time.
0 commit comments