Methods
(inner) appInit() → {void}
Initializes the html elements
Returns:
- Type
- void
(inner) appInitStart() → {void}
Starts the app
Returns:
- Type
- void
(inner) clearAndReload() → {void}
Clears the service worker caches and reloads the app
Returns:
- Type
- void
(inner) clearCache() → {void}
Clears the service worker caches
Returns:
- Type
- void
(inner) getAssets() → {void}
Gets the initial assets
Returns:
- Type
- void
(inner) initNavs() → {void}
Initializes the navigation html elements
Returns:
- Type
- void
(inner) onShow() → {void}
Checks the connection state and reconnects the websocket on demand
Returns:
- Type
- void
(inner) showAppInitAlert(text) → {void}
Shows an error message on the splashscreen
Parameters:
Name | Type | Description |
---|---|---|
text |
string | message to display (untranslated) |
Returns:
- Type
- void