I know that Phonegap code is based on HTML, CSS, Javascript and its favorable for me, since I am a web developer. I look at the documentation on Phonegaps, and some things are not yet clear to me.
Now I want to create an application that will be deployed on many platforms, including a web browser. A simple application with basic CRUD functions (create, read, update, delete), and I want the user interface to be responsive.
Now I'm worried if there is no compatibility issue when displaying the html / css design created using bootstrap.
Has anyone used the phone + bootstrap well? Can you figure it out for me?
source
share