Hybrid apps serve the website locally, from the device, because if you didn't there would be a lot more data being sent over the wire, and your app would perform significantly worse. The only thing (well designed) hybrid apps generally use the internet for is querying apis, just like normal mobile apps do.
Comments
Hybrid apps serve the website locally, from the device, because if you didn't there would be a lot more data being sent over the wire, and your app would perform significantly worse. The only thing (well designed) hybrid apps generally use the internet for is querying apis, just like normal mobile apps do.