-
Notifications
You must be signed in to change notification settings - Fork 683
Description
I recently ran into a problem (http://forum.ionicframework.com/t/image-uris-from-camera-plugin-and-live-reload/18767/3) where basic camera stuff wouldn't work while using live reload. From what I can see, this is a known issue when using live reload and expected. However, I can definitely see this tripping people up.
I think the CLI should issue a short, quick warning, about this issue just as a reminder. I know you can't output too much there and you already output a list of helpful commands, but I honestly think it would be worthwhile to remind folks about potential issues here. Here are some random examples.
Warning: File URIs (such as those from the Camera plugin) will not work.
or
Warning: Anything using file URIs (Camera, File, File-Transfer plugins) will not work correctly.
or
Warning: Using File URI type crap will cause zombies to appear.