Skip to content

Instantly share code, notes, and snippets.

@sagarpanda
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save sagarpanda/8e35211b87498227669a to your computer and use it in GitHub Desktop.

Select an option

Save sagarpanda/8e35211b87498227669a to your computer and use it in GitHub Desktop.
phonegap tips
camera issue
http://simonmacdonald.blogspot.ca/2012/07/change-to-camera-code-in-phonegap-190.html
outofmemoryerror in phonegap
http://stackoverflow.com/questions/13068764/phonegap-application-crash-taking-portrait-picture
# contextCallback.success() does not work in sencha touch
In Android Native
webView.sendJavascript("gapSuccess('data')");
In Javascript
function gapSuccess(d){ console.log(d); }
ref: https://groups.google.com/forum/?hl=en?hl%3Den#!topic/phonegap/355LckdY_j8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment