Skip to main content

UIWebView

Complete API reference for UIWebView, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UIWebView extends Component

Constructors

SignatureDescription
UIWebView(UIWebView)Executes UIWebView and returns after the underlying engine call finishes.
UIWebView(Engine)Executes UIWebView and returns after the underlying engine call finishes.
UIWebView()Executes UIWebView and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceUIWebViewRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
urlStringget/setVirtual attribute exposed by getUrl. Access it like a field to read or write the underlying value.
fpsintget/setVirtual attribute exposed by getFps. Access it like a field to read or write the underlying value.
enableVirtualKeyboardbooleanget/setVirtual attribute exposed by isEnableVirtualKeyboard. Access it like a field to read or write the underlying value.
allowHibernatebooleanget/setVirtual attribute exposed by isAllowHibernate. Access it like a field to read or write the underlying value.
textureTexturegetVirtual attribute exposed by getTexture. Access it like a field to read the underlying value.
loadedUrlStringgetVirtual attribute exposed by getLoadedUrl. Access it like a field to read the underlying value.