Skip to content

Commit

Permalink
chore: add workaround to keep background after using qr scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jan 15, 2024
1 parent 72552af commit 4c4742d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@ export default {
html, body {
height: var(--height);
}
// cordova-plugin-qrscanner makes webview transparent on android, but doesn't reverts it
// because of this, some elements on other pages looks different
body {
background: #fff;
}
</style>

0 comments on commit 4c4742d

Please sign in to comment.