Created
October 14, 2018 07:02
-
-
Save apuravchauhan/eb970122cc5d6e30469ee512bb2a5f37 to your computer and use it in GitHub Desktop.
Setting transparent background so your camera preview in the background is visible in your Ionic hybrid app
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
page-home { | |
ion-content, a-scene { | |
background-color: transparent !important; | |
} | |
} | |
ion-app,.nav-decor { | |
background-color: transparent !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment