Index

HomescreenWindow

new HomescreenWindow(manifestURL)

HomescreenWindow creates a instance of homescreen by give manifestURL.

Parameters:
Name Type Description
manifestURL String

The manifestURL of the homescreen app.

Events

homescreenbackground

Fired when the page visibility of the homescreen window is changed to background.

homescreenclose

Fired when the homescreen window is closed.

homescreenclosing

Fired when the homescreen window is cloing.

homescreencreated

Fired when the homescreen window is created.

homescreenforeground

Fired when the page visibility of the homescreen window is changed to foreground.

homescreenopen

Fired when the homescreen window is opened.

homescreenopening

Fired when the homescreen window is opening.

homescreenrendered

Fired when the homescreen window is rendered to the DOM tree.

homescreenterminated

Fired when the homescreen window is removed.

homescreenwillrender

Fired before the homescreen window is rendered.