Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
Description
IceCreamCordovaWebViewClient.java in the shouldInterceptRequest does the following
- check if the url contains a "?" "#" or "%20" and if so load the asset manually as the AssetManager breaks
- check if any registered plugins want to intercept requests
However, the correct order for this should be would be the reverse so that plugins can intercept url's with query parameters, hash fragments or escaped spaces