Is there a way to create a Hybrid Desktop app like the mobile app??

1
Is there a method to create a hybrid desktop application just like the mobile app?? In simple terms, what I want is to build an application that will accept data from users even if there is no internet connection available, but will update the online database as soon as there is an internet connection available.  I think this happens in the mobile hybrid app automatically. Is there any possible way to do this?   Regards
asked
1 answers
0

Not out of the box. Maybe you can trick the system. Never tried; you could dive into:

https://github.com/phonegap/phonegap-app-desktop

answered