Last active
August 29, 2015 14:01
-
-
Save sagarpanda/8e35211b87498227669a to your computer and use it in GitHub Desktop.
phonegap tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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