sgalenski
sgalenski

Reputation: 181

Access Cordova function from Cordova InAppBrowser

is it possible without any hacks to access Cordova plugins like the camera from the InAppBrowser?

It want access the plugins from a html site which is hosted on a web server and loaded and displayed with the Cordova InAppBrowser.

My target is an app which can be updated through changing the html source code only on an web server. After a change the Cordova app loads the modified version from the server and cache the modifications.

Are there any essential problems in this scenario?

Thanks

Upvotes: 1

Views: 288

Answers (1)

ozdemir
ozdemir

Reputation: 81

if i can understand right, you can use jquery get method as bridge. get method's url parameter points to your original site link and appends everyting to the body.

Upvotes: 0

Related Questions