Posts by Otavio Braga • 1 point
4 posts
-
0
votes1
answer107
viewsA: Sender ID Cordova Plugin Push
I managed to solve, was using version 2.1.2, for some reason was not working properly with Android, so I had to downgrade to version 1.8.0, so it worked perfectly.
-
0
votes1
answer107
viewsQ: Sender ID Cordova Plugin Push
I am developing an application that needs to be able to receive notifications via server, and for this, I opted to use a plugin called phonegap-plugin-push var push = PushNotification.init({…
-
0
votes2
answers126
viewsA: Custom icon does not display on Google Maps
I figured out what it is, the Google CSS was adding a max-height property, preventing the image from appearing, so I had to set this property, so it worked perfectly. Thanks for all your help…
-
0
votes2
answers126
viewsQ: Custom icon does not display on Google Maps
I am developing an app that loads a map with some custom markings, these markings work perfectly, but the icon property is not working. I tried to put the icons of Google itself, I tried to leave…