I'm pretty new to this and need some help! I've created a drawing app using HTML, but I'm facing issues since it can't be used offline and I can't optimize it for stylus use as I'd like. People have mentioned that it might be an issue because I'm sticking strictly to HTML. The problem is, I only have a phone and a tablet—no PC access. Is there a way to convert my HTML code to an Android APK? I'd also like to add new features but I'm currently stuck. I'm trying to do this without spending money and while keeping my project private. Can anyone provide some guidance or solutions?
2 Answers
Converting HTML directly to an APK isn't really possible without a PC. You generally need to use additional tools and libraries to create an Android app. If you're only using HTML for your drawing app, there are easier options. You might want to look into Progressive Web Apps (PWAs). They can provide offline capabilities and better overall functionality without requiring a full conversion. Just keep in mind that it has certain limitations for advanced features like stylus handling.
You're on the right track! Just remember, your current limitations are not a reflection of your skills. It's tough to implement offline capabilities and stylus input with just plain HTML, especially on mobile. But don't lose hope! Wrapping your app as a PWA is a solid plan. You can enhance the drawing features to best suit mobile capabilities, and for more privacy, PWAs don't typically need accounts or send user data anywhere. If you ever get the chance to use a PC in the future, consider exploring cross-platform frameworks like React Native or Flutter for even more possibilities.

🙁 That's a bummer! I wish there were simpler tools out there to help convert easily. It feels frustrating when looking for solutions and nothing seems to work.