Posts by Cleiton Pereira • 1 point
2 posts
-
0
votes1
answer41
viewsA: How to leave an image placed by responsive css.?
For the image to decrease along with the element you applied the css property background-image, you need to apply the same property element background-size. Example .image { width: 100%; height:…
-
0
votes1
answer320
viewsQ: Ionic / Onesignal - Error changing the default notification icon
I’ve been trying for some time to change the standard Onesignal notifications icon using Ionic, but so far, unsuccessful. I followed the suggested steps in the official Ionic documentation, created…