My manager told me to deploy the php web application in android through ionic framework is that possible?
On my Last project i developed the like restaurant app in Cordova through command line its just html 5 app and i am deploy it android its working perfect.
I am using windows 10 i am install ionic framework.
you can use php functions like exec, shell_exec to run system commands. So you could run also the ionic commands if everything is installed on the server
And where do your using the ionic framework, when you use jquery mobile???
and what the heck does the topic title mean then…
There is no need to install ionic cli if you do not use ionic services and the ionic framework → install the cordova cli/phonegap cli or use phonegap build (i think that would be the best for you…)
ionic framework = mobile frontend framework
jquery mobile = mobile frontend framework
if you use jquery mobile… you do not need ionic framework… and vice versa.
If you are not using anything from ionic --> you can simply use cordova or phonegap cli instead of the ionic cli.
And so you should ask those questions in a jquery mobile forum or so.