diff --git a/js/utils/platform.js b/js/utils/platform.js index 7d44698b21..22579e2c43 100644 --- a/js/utils/platform.js +++ b/js/utils/platform.js @@ -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) {