+ 2
Can anyone tell in Javascript how can I make a offline app and how can I make online app ?
Please
5 Respuestas
+ 1
Thanks
+ 1
Thanks
0
Html cannot make apps. It can only make web pages.
You can make an offline web page and an online web page but that has to do with where your saved html file is..on your pc or a server / web host.
To make an app you need a programming language that can take logic like Java script or python or Java c++ etc
0
Use reactnative..it let's you compile your js code into app form
0
How can I use reactnative