cordova - Integrating phoneGap with native iOS app -


i'm trying create app uses combination of native functionality , phonegap framework. native app has button, upon click of phonegap ui has added view. there way achieve this? there tutorials same?

yes, possible. although might getting headaches. app kind of goes other way around, it's phonegap, i'll pop open view native. here link code shows excellent example of how switch between ios , phonegap worlds.

new updated recommended article (see update below)

these files represent standard plugin used in phonegap. in particular plugin, native view opened on top of phonegap view. notice have custom xib , everything. plugin can modified display xib functionality think of.

if implement plugin see how jump , forth. i've heavily modified these classes add lots of native capabilities phonegap project. should check out official phonegap guide phonegap plugins. here

important edit

was informed original linkwas broken (not terribly surprised answer old , i've long since moved away phonegap) replaced original link article shows how these plugins well. in article explains link broken , gives several links these older files maintained, in fact broken well. here branch of 1 of them found still hosts original files on "archive" branch. haven't investigated whether these files wildly different original work. luck!


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -