C
C
Cyril2017-02-11 21:50:13
JavaScript
Cyril, 2017-02-11 21:50:13

How do phonegap apps work?

I do not quite understand what the principle of operation of phonegap applications is.
As far as I understand, the entire GUI of the mobile phonegap application is the usual html (with css and js) that we receive from the server? In other words, such an application does not have a graphical user interface exactly until the server for the application generates html?
Let's say I have a service. It has both a mobile application and a web version (for a browser) of the application. Does it make sense to develop a web version and then just wrap it in phonegap without unnecessary troubles?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Bobylev, 2017-02-12
@dpigo

These are static files (html, css, js) that are displayed through a web-view (built-in browser), have access to some native functionality of the platform (devices, sensors, file system) through plugins. If there is a connection, they can communicate with remote servers, but this is not necessary.
Here is a list of supported https://cordova.apache.org/docs/en/latest/guide/su...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question