mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-26 03:40:12 +08:00

Android 4.0.x has a known bug [1] while accessing local files with params: file://file.html?param=2 This commit adds a workaround for this problem by removing the params part of the local URI before accessing the file. [1] http://code.google.com/p/android/issues/detail?id=17535