Browser.InitialZoomLevel Field

Definition

The name of extra data when starting Browser with ACTION_VIEW or ACTION_SEARCH intent.

[Android.Runtime.Register("INITIAL_ZOOM_LEVEL")]
public const string InitialZoomLevel;
[<Android.Runtime.Register("INITIAL_ZOOM_LEVEL")>]
val mutable InitialZoomLevel : string

Field Value

Attributes

Remarks

The name of extra data when starting Browser with ACTION_VIEW or ACTION_SEARCH intent.

The value should be an integer between 0 and 1000. If not set or set to 0, the Browser will use default. If set to 100, the Browser will start with 100%.

Java documentation for android.provider.Browser.INITIAL_ZOOM_LEVEL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to