0
How do I turn my web design to app
I want to make my own downloadable mobile app using the web code I have (uses 3 different codes to stabilize)
3 ответов
+ 3
A Progressive Web App (PWA) combines the flexibility of web technologies with the functionality of platform-specific apps. It operates across various platforms, can be installed on devices, functions offline, and integrates with device features and other apps.
Check out more details here: https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
0
You need determination.
0
I don’t think you can directly turn a webpage into a downloadable mobile application. A desktop app, maybe, because that’s what Electron does. What you might be able to do is just have the webpage as a local HTML file and open it in the device’s browser.