platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java in rhodes-3.4.2 vs platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java in rhodes-3.5.1.12
- old
+ new
@@ -63,10 +63,10 @@
if (!URLUtil.isFileUrl(url))
return false;
String noAnchorUrl = URLUtil.stripAnchor(url);
- if (isHtmlUrl(noAnchorUrl) || isImageUrl(noAnchorUrl)) {
+ if (isHtmlUrl(noAnchorUrl)) {
return false;
}
Logger.D(TAG, "Handle URI externally: " + url);