From 46612cb6a16492bba05d92ec8a172a165a9b35c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20de=20Dios=20Mart=C3=ADnez=20Vallejo?= Date: Mon, 29 Jan 2024 15:20:27 +0100 Subject: [PATCH] docs: add initRootView event to Cross platform application events (#131) --- content/core/application.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/core/application.md b/content/core/application.md index 8cb3b20d..154965f5 100644 --- a/content/core/application.md +++ b/content/core/application.md @@ -107,6 +107,7 @@ Application.on('orientationChanged', (args: ApplicationEventData) => { - `livesync` - `cssChanged` +- `initRootView` - `launch` - `displayed` - `suspend`