Accessing Application Asset Files in HTML File
问题 i have an index.html page which calls a android activity method via JS and then that method downloads a html page from server and plces it in input folder on SD Card, after downloading that page app loads it to webView, now the problem is that jQueryMobile.js and jQueryMobile.css file are in applications's assets folder and register.html is in SDcard/input folder, how can i give reference of js and css files in register.html which is downloaded from server. assets SDCard - - -index.html - --