GitHub user viafirma opened a pull request:
https://github.com/apache/incubator-cordova-android/pull/21
Add Android 4.0 workaround for links with params
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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viafirma/incubator-cordova-android
icecream_workaround
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-android/pull/21.patch
----
commit 45680a562e31364d8cf0c386a703531884281bcd
Author: Juan G. Hurtado <[email protected]>
Date: 2012-05-15T23:37:40-07:00
Add Android 4.0 workaround for links with params
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
----