Created
September 3, 2019 07:07
-
-
Save azusa-tomita/44d63d121404e9538a969b3419cff94c to your computer and use it in GitHub Desktop.
// source https://jsbin.com/volibug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title></title> | |
</head> | |
<body> | |
<!-- | |
safariで「リーダー」ボタンが表示されるトリガー | |
viewportの指定がなければ295px以上、 | |
viwportが | |
width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1 | |
の場合は560px以上で表示っぽい。 | |
--> | |
<article style="min-height:560px"></article> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment