Closed nick-stebbings closed 3 months ago
Hi Nick! At first glance I can't really tell what's going wrong... Things that could help:
adb logcat
? You'd need to filter by the identifier of your app to get a clearer picture. tauri_plugin_holochain::async_init
instead of tauri_plugin_holochain::init
, does the same happen? async_init
does not wait for holochain to start before starting your UI. cargo update
and also run through tauri's upgrade guide.Hope this helps!
Great, it works! It was the final bullet point that did it (the release candidate fixes all the display issues).
Thanks for your help Guillem (and the whole team for all the hard work on this)!
I cannot get past this black screen (inside a Tauri window on my mobile) using: Linux Mint 21.1, Android 14 on a Samsung Galaxy A15
After
network android
commandThe app appears in a tauri window on my laptop OK. I assume this might be some kind of networking issue between the processes that is not properly sharing the UI.
Here is the output:
Any help would be appreciated :) Cheers