<feature>

The names of the plugins to be included with the HTML5 app.

Syntax:

<feature  name="string" value="string"/>

Description:

The <feature> element specifies the names of the plugins to include with the HTML5 app.

Occurrences:

Zero or more.

Parent elements:

<widget>

Child elements:

None.

Content:

A string value.

Attributes:

You can define the following attributes for this element:

Attribute

Description

name

The name of the feature.

value

The plugin ID, as defined in its plug.xml file.

Example:

<feature name="com.qnx.demo" value="com.qnx.demo" />