I am on developing cross platform phonegap application.Here i am loading a webpage which is hosted in server. i have done it by changing my loadUrl("...*/server/index.html");
Then I want to know is there any way to load required css/image files from assets folder on phonegap.Like what we are doing when all files are reside in www folder of phonegap.
I have tried this but it got error, local resource cannot be accessible. And I am asking is there any possible way to do so???
I am once more mentioning that i am trying for a cross platform application.
Thanks in advance for your valuable reply...