Replies: 1 comment
-
In case it's of interest still, it appears not to be possible yet, though there are workarounds. There is a pull request to make it possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
os: macos 15.1.1
ver: 0.6.0
[application]
App (Project) Name
name = "Ftest"
default_platform="android"
[bundle]
icon = ["assets/icon.icns","assets/icon.png"]
[web.app]
HTML title tag content
title = "findnow"
include
assets
in web platform[web.resource]
Additional CSS style files
style = []
Additional JavaScript files
script = []
[web.resource.dev]
Javascript code file
serve: [dev-server] only
script = []
above setting is invalid.
when build with bundle, will be following:
[dependencies]
dioxus = { version = "0.6.0", features = ["router", "fullstack"] }
when exec: RUST_BACKTRACE=full dx bundle -r --platform android
got following err:
1.718s ERROR err=UnsupportedFeature("Android bundles are not yet supported")
Beta Was this translation helpful? Give feedback.
All reactions