Posts by Vanessa Martins • 13 points
5 posts
-
0
votes0
answers12
viewsQ: IONIC Error notification
This error is occurring in my application:…
-
0
votes1
answer115
viewsQ: Ionic 3 - Admob has Error when placing it in APP
When I put Admob in my Ionic application it looks like the picture below: What would be the mistake to n be showing the ads ?? Code I use: displayBanner() { if (this.platform.is('cordova')) { const…
-
0
votes3
answers1286
viewsA: Place div height at 100%
position: absolute; top: 0; left:0; bottom: 0; rigth:0; width:100%;
-
1
votes0
answers53
viewsQ: Ionic - build is giving error
when I’m building with the code: ionic cordova build --release android is making that mistake: What is the Solution ??…
-
0
votes1
answer51
viewsQ: Ionic - Problems Pulling Data from PHP Database
Hello, I would like to know how I can pull the database data already with the tags in html. I collect the data and they come normally, but my table is composed by title, content and in this content…