objective c - Embedd HTML5 inside native iOS Application -
i searching way extend native ios app (written in objective-c) html5/css/js
so write parts of app´s code in html basic shop or similar code in html exists.
but don´t want destroy great native , feel or make users think left app , entered scaled-down version of safari or similar. won´t feel on external html on net.
i want html page inside app full advantages of device animations, transitions, preloading, no borders. maybe make use of device functions accessing camera, sound , on.
how done if possible?
thanks in advance
you explore uiwebview https://developer.apple.com/library/ios/documentation/uikit/reference/uiwebview_class/
though offhand not sure if supports hoping in terms of animation/etc.