dioxus-std icon indicating copy to clipboard operation
dioxus-std copied to clipboard

NFC for mobile

Open DocDBrown opened this issue 3 months ago • 1 comments

Feature Request

I'm am very junior in Rust, but I think having better mobile hardware access, such as NFC would make dioxus more competitive with expo on mobile devices for full cross-platform development

DocDBrown avatar Oct 11 '25 08:10 DocDBrown

https://github.com/DioxusLabs/sdk provides some cross platform wrappers for apis that work across web and native implementations. Moving this issue to there for future tracking

Dioxus mobile runs your code natively, so any rust library that supports mobile nfc should work with dioxus mobile

ealmloff avatar Oct 13 '25 13:10 ealmloff