Gets or sets a value indicating whether web application must minimize the status bar that is displayed at the top of the screen on iPhone OS. Enabling this property is useful when application must be shown in full-screen mode like a native application.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
bool FullScreenCapable { get; set; }
Visual Basic
Property FullScreenCapable As Boolean
	Get
	Set

Remarks

Default value is false.

See Also