@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface Viewport
width=device-width, initial-scale=1.0
is used.Modifier and Type | Fields and Description |
---|---|
static String |
DEFAULT
Sets the viewport at the width of the device.
|
static String |
DEVICE_DIMENSIONS
Sets the viewport at the width and height of the device.
|
static String |
DEVICE_HEIGHT
Sets the viewport to the height of the device rather than the rendered
space.
|
public static final String DEFAULT
Recommended for a Responsive Web Design.
public static final String DEVICE_HEIGHT
public static final String DEVICE_DIMENSIONS
public abstract String value
Copyright © 2025. All rights reserved.