-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I have tested in Windows desktop, web and Android. In Windows desktop it works without errors but I get an error when trying to call invoke both on web and Android emulator.
I'm using pnpm.
-
In web:
pnpm dev
This is the error I see in Chrome's console:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'invoke')
Maybe
invokeshould only be called when in tauri. -
In Android emulator:
pnpm tauri android dev
This is the error I see in the terminal:
Msg: Uncaught (in promise) #<Object>
I see in the Tauri docs they have a plugin for reading and writing (here), but I'm not sure if that's the solution.
Metadata
Metadata
Assignees
Labels
No labels