Skip to content

Commit

Permalink
Merge pull request #2160 from cfjedimaster/patch-1
Browse files Browse the repository at this point in the history
docs(platform): reminder cordova features dont work within browser
  • Loading branch information
adamdbradley committed Sep 8, 2014
2 parents f89f010 + 9c370fd commit 59c8d5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/utils/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
* When the app is within a WebView (Cordova), it'll fire
* the callback once the device is ready. If the app is within
* a web browser, it'll fire the callback after `window.load`.
* Please remember that Cordova features (Camera, FileSystem, etc) still
* will not work in a web browser.
* @param {function} callback The function to call.
*/
ready: function(cb) {
Expand Down

0 comments on commit 59c8d5e

Please sign in to comment.