ios - Phonegap/Cordova 2.7.0: exec_gap file not found -


ive started new project cordova 2.7.0. when run in web browser , @ console see error saying file !exec_gap? not found.

i've done searching , see others have had problem cordova in past. there answers change line

 execxhr.open('head', "file:///!gap_exec", true); 

to:

execxhr.open('head', "/!gap_exec", true); 

in cordova.js file.

however, in 2.7.0 line this:

        execxhr.open('head', "/!gap_exec?" + (+new date()), true); 

does know how fix this?

(ps: if matters running jquery mobile , working on ios)

phonegap/cordova framework mobile development framework. used develop mobile application using html, css , javascript.

if there native app needed camera, phone book , etc., framework used these our html app. this, app call gap_exec.

the app developed using phonegap can't run in application. kind of application call hybrid application. hybrid application: combination of both native application , web application.

if want run application native application web application, please add condition avoid phonegap framework (if location.protocol http or https).


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -