hello All
I'm working on a PhoneGap project, the installation, debugging on emulator & USB device work's nice.
As I'm in Phonegap environement, I use spécial javascript libs, but I'm don't know how to configure Intellij to add those libs/javasctip files (various type of Object & Classe) and make it available for my project, for example :
File Systeme api :
LocalFileSystem.PERSISTENT static variable, BlobBuilder class etc ...
PhoneGap : Camera,
Camera.PictureSourceType.CAMERA
etc ....
in my project params i've check that Javascript>Librairies>HTML5 is here.... but Intellij notice "undefine" some of the Class I've listed below.
Do I missing some project setting ? (i've tried a blank HML5 project to see if changes, but there is not code completion to)
Or the fact that i'm in a "hybrid project" makes intellij difficult to parse additional Javascript libs ?
Larry