#window.__TAURI_POST_MESSAGE__ is not a function with cargo tauri android dev error
14 messages · Page 1 of 1 (latest)
I'm seeing this issue in ios, did you ever manage to fix this?
Fun fact (pls don't mind if it hurts)
Alpha == Alpha
Very helpful, thanks. (It’s not)
😅
The error is because for some reason tauri is unable to add it's custom methods to the app
can you make sure all tauri deps (rust and javascript) are the latest versions?
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)
try downgrading
maybe that works?
or update the api if there's any
alpha 8 is the latest for the api, and downgrading doesnt help
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
I see, great that your issue is fixed