leo030303

Results 2 issues of leo030303

Fixed input.css file for tailwind version 4 see here https://github.com/DioxusLabs/dioxus/issues/3286#issuecomment-2518970010

The default architecture on Android in v0.6.3 was aarch64. It got changed to the architecture of the host device, which is generally x86. I think aarch64 makes more sense as...