Skip to content

Commit

Permalink
prevent zooming in app
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mollik@trustcerts.de>
  • Loading branch information
Mirko Mollik committed Apr 29, 2024
1 parent 10887a8 commit bb24dc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
1 change: 0 additions & 1 deletion apps/holder/projects/pwa/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<a mat-fab routerLink="/scan" routerLinkActive="active-link"
><mat-icon>qr_code_scanner</mat-icon></a
>
<!-- <span class="info">scan</span> -->
</div>
<div fxLayout="column" fxLayoutAlign=" center">
<a mat-icon-button routerLink="/credentials" routerLinkActive="active-link"
Expand Down
17 changes: 0 additions & 17 deletions apps/holder/projects/pwa/src/assets/config/config.js

This file was deleted.

5 changes: 4 additions & 1 deletion apps/holder/projects/pwa/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<meta charset="utf-8" />
<title>Wallet</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
Expand Down

0 comments on commit bb24dc6

Please sign in to comment.