make Connectivity-View-HTML not scalable (#3213)

* make Connectivity-View-HTML not scalable

in practise, Android and Desktop already disallow scaling
by some other methods,
however, for iOS this is needed as we otherwise
have to do far more complicated things as drafted at
https://github.com/deltachat/deltachat-ios/pull/1531/files

* update CHANGELOG
This commit is contained in:
bjoern
2022-04-12 12:26:40 +02:00
committed by GitHub
parent f618c87ee5
commit d80fdb20c7
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
### Changes
- Further improve finding the correct server after logging in #3208
- `get_connectivity_html()` returns HTML as non-scalable #3213
## 1.77.0

View File

@@ -304,7 +304,7 @@ impl Context {
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0" />
<meta name="viewport" content="initial-scale=1.0; user-scalable=no" />
<style>
ul {
list-style-type: none;