diff options
| author | 2009-08-06 16:52:14 -0700 | |
|---|---|---|
| committer | 2009-08-06 16:52:14 -0700 | |
| commit | 3ef554e6fb8f783c0477372219ddefe93302bbd7 (patch) | |
| tree | 83a2aaa07e286b4796bcba0c2317f79fe56a38d7 | |
| parent | 6bfe14dea21deec4c90ceea79b8f810164f88031 (diff) | |
Add viewport meta tag to our staged failure code so that they will render correctly.
| -rw-r--r-- | core/res/res/raw/loaderror.html | 1 | ||||
| -rw-r--r-- | core/res/res/raw/nodomain.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/raw/loaderror.html b/core/res/res/raw/loaderror.html index 359a1e76f284..fd3d76615fab 100644 --- a/core/res/res/raw/loaderror.html +++ b/core/res/res/raw/loaderror.html @@ -1,5 +1,6 @@ <html> <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> <title>Web page not available</title> <style type="text/css"> body { margin-top: 0px; padding-top: 0px; } diff --git a/core/res/res/raw/nodomain.html b/core/res/res/raw/nodomain.html index 7a107fb7908d..a71dbcdced3e 100644 --- a/core/res/res/raw/nodomain.html +++ b/core/res/res/raw/nodomain.html @@ -1,5 +1,6 @@ <html> <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> <title>Web page not available</title> <style type="text/css"> body { margin-top: 0px; padding-top: 0px; } |