opaque

Typeproperty
Dictionarywidget.browser
LibraryBrowser
Syntax
set the opaque of <widget> to <opaque>
get the opaque of <widget>
Associationscom.livecode.widget.browser
Summary

Controls whether the browser draws a background.

Introduced10.0.0
OSmac, ios, android
Platformsdesktop, mobile
Values
NameTypeDescription
Value

true if the browser should draw a background; false otherwise.

Description

Use the opaque property to control if the browser should draw a background.

Warning: Setting the opaque property to false may reduce the graphics performance of the browser on Android as it is only supported when it is rendered in software.