You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running cargo android run with newest(b7b5f5c in this case) commit, application is showing just blank page with the app title above. It is also not accessible by webview testing tools like chrome://inspect/#devices
Steps To Reproduce
Create mobile application following the tutorial
Use following dependencies inside Cargo.toml instead of ones provided by the tutorial: [dependencies] anyhow = "1.0.56" log = "0.4.11" dioxus = { git = "https://github.com/dioxuslabs/dioxus", version = "0.4.2" } dioxus-desktop = { git = "https://github.com/dioxuslabs/dioxus", version = "0.4.2", default-features = false, features = ["tokio_runtime"] } wry = "0.34.0"
Connect phone, or run virtual device via android studio
Run cargo android run to deploy the application
Open the application
Expected behavior
Application should show what is coded. In case of the tutorial code, it should show the button, that upon clicking is adding numbers below, like here(Screenshot taken from chrome://inspect/#devices):
Instead, this is what is showing up:
Environment:
Dioxus version: [v0.4.2, github master]
Rust version: [1.75.0, stable]
OS info: [Windows]
App platform: [mobile, android]
The text was updated successfully, but these errors were encountered:
When running cargo android run with newest(b7b5f5c in this case) commit, application is showing just blank page with the app title above. It is also not accessible by webview testing tools like chrome://inspect/#devices
Steps To Reproduce
[dependencies] anyhow = "1.0.56" log = "0.4.11" dioxus = { git = "https://github.com/dioxuslabs/dioxus", version = "0.4.2" } dioxus-desktop = { git = "https://github.com/dioxuslabs/dioxus", version = "0.4.2", default-features = false, features = ["tokio_runtime"] } wry = "0.34.0"
Expected behavior
Application should show what is coded. In case of the tutorial code, it should show the button, that upon clicking is adding numbers below, like here(Screenshot taken from chrome://inspect/#devices):
Instead, this is what is showing up:
Environment:
master
]stable
]mobile
,android
]The text was updated successfully, but these errors were encountered: