Browse Source

Disabled scaling on bookmarks page

master
ByteHamster 9 years ago
parent
commit
32d36f3687
  1. 2
      app/src/main/java/acr/browser/lightning/constant/BookmarkPage.java

2
app/src/main/java/acr/browser/lightning/constant/BookmarkPage.java

@ -24,7 +24,7 @@ public final class BookmarkPage {
"<head>\n" + "<head>\n" +
"<meta content=en-us http-equiv=Content-Language />\n" + "<meta content=en-us http-equiv=Content-Language />\n" +
"<meta content='text/html; charset=utf-8' http-equiv=Content-Type />\n" + "<meta content='text/html; charset=utf-8' http-equiv=Content-Type />\n" +
"<meta name=viewport content='width=device-width, initial-scale=1.0'>\n" + "<meta name=viewport content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'>\n" +
"<title>" + "<title>" +
BrowserApp.getAppContext().getString(R.string.action_bookmarks) + BrowserApp.getAppContext().getString(R.string.action_bookmarks) +
"</title>\n" + "</title>\n" +

Loading…
Cancel
Save