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)

8th Jun 2024, 11:49 PM
Toriel Dreemurr
Toriel Dreemurr - avatar
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
9th Jun 2024, 9:07 AM
Mahmudul Hasan
Mahmudul Hasan - avatar
0
You need determination.
9th Jun 2024, 1:48 AM
Wilbur Jaywright
Wilbur Jaywright - avatar
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.
9th Jun 2024, 1:50 AM
Wilbur Jaywright
Wilbur Jaywright - avatar