forked from organicmaps/organicmaps
[android] Fixed stub catalog images
This commit is contained in:
parent
2e16cb57f1
commit
defda07814
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ public class BookmarksCatalogFragment extends BaseWebViewMwmFragment
|
|||
webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);
|
||||
webSettings.setJavaScriptEnabled(true);
|
||||
webSettings.setUserAgentString(Framework.nativeGetUserAgent());
|
||||
if (Utils.isLollipopOrLater())
|
||||
webSettings.setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
|
Loading…
Add table
Reference in a new issue