#window.__TAURI_POST_MESSAGE__ is not a function with cargo tauri android dev error

14 messages · Page 1 of 1 (latest)

gentle briar
#

the project is create with vite vanilla and run on win10

modest belfry
#

I'm seeing this issue in ios, did you ever manage to fix this?

cyan void
modest belfry
#

Very helpful, thanks. (It’s not)

cyan void
#

The error is because for some reason tauri is unable to add it's custom methods to the app

novel quail
#

can you make sure all tauri deps (rust and javascript) are the latest versions?

modest belfry
#

It’s all latest, api is 2.0.0-alpha.8, and tauri is using the latest git commit 9a2b2f49a5e1748ca4e095118e663ef025c5b87d (I’m doing straight from git because of another ipc issue that was fixed)

cyan void
#

maybe that works?

#

or update the api if there's any

modest belfry
#

alpha 8 is the latest for the api, and downgrading doesnt help

modest belfry
#

ok, I figured it out, its my fault. I changed the min deployment target from 13 to 12.4 to test with a device that isnt my primary, but theres a reason its set to 13 as a min i guess :P

cyan void