-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Android and iOS #49
Comments
Hi and thanks for your kind words. I know very little about Android/iOS development, but in the past I've done some experiments running Dragit in a browser using WebAssembly and WebRTC. Since browsers supporting these technologies run in all platforms, so maybe this could be a decent replacement idea? However I don't invest much time into development of new features in Dragit recently and I can't estimate when this would be done. |
I see. is it like PWA on browser? |
Yeah, PWA could work for sure. When I tested the solution, I was using only the browser and successfully managed to run Dragit discovery in Firefox. It was a while ago, but I have a repo: https://github.com/sireliah/wasm-p2p-experiment I got stuck on the part of the Javascript -> WASM integration where there is a need to load file (in the form of an ArrayBuffer) to Rust/WASM Another issue I faced was the need for two servers to make the browser solution usable:
Dragit works without external servers, so the browser solution would require someone to host a server. That's a privacy compromise, but on the other hand very tempting solution, considering that browsers run on all architectures and types of devices. |
Hi
I love this app for transfer between Steam Deck and my laptop. But, it will be great to support phone as well. Is it possible to support Android & iOS?
The text was updated successfully, but these errors were encountered: