Wails on Mobile: Working Proof of Concept & Call for Contributors #5492
Replies: 2 comments 6 replies
|
I believe you would love to see mobile app development in Go as straightforward as seen in Wails desktop. Why not help make it better? |
|
I completely missed the experimental mobile code in the v3 branch and that's amazing to hear. I'm rather using
I'd love to see if this .aar boundary approach could simplify the v3 mobile integration and make it way more plug-and-play for actual mobile development! |

Uh oh!
There was an error while loading. Please reload this page.
Wails on Mobile: Working Proof of Concept & Call for Contributors
Hey everyone!
I’ve been working on bringing Wails to mobile, and I have a working proof-of-concept up and running for Android using gomobile bind. It packages a fully functioning embedded Wails backend and frontend assets directly into a native .aar library.
Check out the repository and templates here:
👉 [github.com/its-ernest/wails-mobile](https://github.com/its-ernest/wails-mobile)
The core pipeline is functional, but to turn this into a production-ready framework, we need the community's help.
Where we need contributors:
If you’re interested in Go on mobile, CLI development, or native wrappers, grab the repo, test out the helloworld example, and join in
All PRs, feedback, and architectural ideas are welcome
All reactions