New in HTML5 + Phonegap.
I am currently working in an android application with a material design concept. I got examples from polymer-project.org , and I downloaded the html file and used it in my application. But that does not work. When I tried to import the html file into my application, for example http://www.polymer-project.org/components/paper-spinner/paper-spinner.html , it works fine.
The problem with this method: it takes so long to load in my application. Is there any way to overcome this problem? How can I use the downloaded html file in my application?
Please, help..
source
share