I’m working on an open-source puzzle helper app built with HTML, CSS, and JS wrapped in a WebView. It’s a simple tool, but I’m running into some questions about the F-Droid packaging process.
Has anyone here submitted a WebView app before? I’m trying to figure out the best way to structure the build metadata and handle dependencies.
For context, the app is a solver for a puzzle game called Block Blast.
Any tips or examples would be appreciated. Thanks