Answer the question
In order to leave comments, you need to log in
There is a site made on bootstrap, how to make an ios application to view this site in it?
I know about phonegap and, in general, everything :)
Answer the question
In order to leave comments, you need to log in
create a phonegap application
how to do it is on the Internet
add the org.apache.cordova.inappbrowser plugin
or
via the cordova plugin add org.apache.cordova.inappbrowser console
in the created index.html
write
<script>
window.open('http://вашсайт', '_system');
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question