K
K
kolpak2014-09-09 13:59:45
Mobile development
kolpak, 2014-09-09 13:59:45

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

1 answer(s)
P
Push Pull, 2014-09-09
@kolpak

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>

something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question