File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,12 @@ _Android only_
401401
402402Disables Hardware Acceleration in the WebView when ` true ` , defaults to ` false ` .
403403
404+ #### `` androidLayerType: [ | `none | `software | `hardware ] ``
405+
406+ _ Android only_
407+
408+ Specifies the layer type.
409+
404410#### ` applicationNameForUserAgent: string `
405411
406412Specifies ` 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:
170170 ~allowsInlineMediaPlayback : bool =?,
171171 ~allowsLinkPreview : bool =?,
172172 ~androidHardwareAccelerationDisabled : bool =?,
173+ ~androidLayerType : [ | ` none | ` software | ` hardware ] =?,
173174 ~applicationNameForUserAgent : string =?,
174175 ~automaticallyAdjustContentInsets : bool =?,
175176 ~bounces : bool =?,
You can’t perform that action at this time.
0 commit comments