Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Open
Description
I don't know if it's a bug in Vue exclusively but both Application.android.startActivity and and Application.android.foregroundActivity are always undefined.
code:
onMounted(() => { console.log(`application.android.startActivity = ${Application.android.startActivity}`); console.log(`application.android.foregroundActivity = ${Application.android.foregroundActivity}`); });
result:
Metadata
Metadata
Assignees
Labels
No labels