hi there everyone. I got a problem with the webview (sdk 1.6) so, let's suppose I have (in the assets folder) a directory like this one:
- dir_1: - - index.html - - dir_1a: - - - dir_1a_a: - - - - a.js - - dir_1b: - - - b.js so "dir_1a" and "dir_1b" are within "dir_1" and "dir_1a_a" is within "dir_1a", dir_1 contains index.html dir_1a_a contains a.js dir_b contains b.js from b.js, I have to include a.js (so add it to <head> of index.html). the path would result in "./dir1_a/dir_1a_a/a.js". well, it works on ff and safari, but it doesn't work in the webview! any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---