is_mobile_compatible property

is_mobile_compatible property

Indicates whether the output HTML is compatible with mobile devices. The default value is false.

Definition:

@property
def is_mobile_compatible(self):
    ...
@is_mobile_compatible.setter
def is_mobile_compatible(self, value):
    ...

See Also