updates to index for mobile

This commit is contained in:
Jason Wall 2020-08-22 19:10:27 -04:00
parent 470aac1342
commit 17713c1bc7
2 changed files with 15 additions and 1 deletions

View File

@ -39,6 +39,7 @@ export class SearchPage extends SubscriberBase implements OnInit {
public dialog: MatDialog
) {
super();
// you need to know when certain things are loaded, so you can then do stuff.
// this will watch the state and store those items in your class so you can monitor them.
this.addSubscription(

View File

@ -3,8 +3,21 @@
<head>
<meta charset="utf-8" />
<title>Dynamic Bible</title>
<meta
name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<!-- add to homescreen for ios -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="manifest" href="manifest.json" />
<meta name="theme-color" content="#ffffff" />
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body class="mat-typography">