Skip to content

Instantly share code, notes, and snippets.

@apuravchauhan
Created October 14, 2018 07:02
Show Gist options
  • Save apuravchauhan/eb970122cc5d6e30469ee512bb2a5f37 to your computer and use it in GitHub Desktop.
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
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