2017-01-09

I am sorry if I did not post enough codes here. I am trying to import the contents (import the reference of the CSS and JavaScript files) of a particular html page, named "helper.html" to another html page,named "navigation.html". It works on the emulator (the reference of the CSS and JavaScript files of the "helper.html" can be imported) but NOT on the device (the device I am using is Android tablet).

My project directory looks like this:

www

-templates

navigation.html (inside templates folder)

-helper.html (inside www)

In my "navigation.html", I have the following code snippet:

In my "helper.html", I have the following code snippet:

Can someone tell me a way how I could make this work on the android device? Thanks!

Show more