Gets or sets a value indicating whether the native iPhone URL bar will be visible in the browser.
If false(by default) then navigation bar and tool bar will be always visible, only content area can be scrolled.
if true then user can scroll NavigationBar and ToolBar controls along with content area.
Namespace:
C1.Web.iPhone.C1ViewPortAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public bool UrlBarVisible { get; set; } |
Visual Basic |
---|
Public Property UrlBarVisible As Boolean Get Set |