+ 4
Can I create an app using HTML+CSS+PHP?
I would like to create an app without using kotlin or Java.Instead I would like to use php since it's got an open source code.Will it be possible or I have to use some special software?
4 Respostas
+ 4
Well every web app is built using HTML, CSS, JavaScript, PHP etc. If you mean a mobile app, you can try converting it.
+ 3
more than possible, but for your Web app to be considered an app it has to follow these rules:
1) site is served over https
2) pages are responsive ( generally you want to build mobile first then scale up)
3) utilize service workers for offline support
4) user can be prompted to add your site to home screen
5) initial load is <10 seconds on 3g and <5 seconds on 4g
6) site works on all major browsers
7) page transitions feel smooth and instant - even on a slow network
and many others
I would look at https://developers.google.com/web/progressive-web-apps/checklist if you want to dive in
+ 2
you an you a web view application to convert it, to app