Posts by André Sites • 13 points
4 posts
-
0
votes3
answers2439
viewsA: Popular Modal Bootstrap for User Edit
Create a generic modal, with the id "Model_id_do_usuario" and the button where you click to open the modal, you pass the link "Model_id_do_usuario", there will always open the modal of that user!…
-
0
votes1
answer265
viewsQ: Error in adb.exe running "Ionic Cordova run android --device"
I’m trying to run my app on mobile and gives this error: Until yesterday it was working and had already tested on mobile several times. When I updated Ionic started to appear this message adb.exe. I…
-
0
votes1
answer588
viewsQ: Implement recaptcha in an Ionic app
I tried to use all the plugins I found to check (captcha) within my application. I am using the Ionic framework. I wonder if there is a plugin that works inside the html code in this case. Some of…
-
1
votes2
answers1376
viewsQ: "checked" from "ion-radio" does not work
<ion-list radio-group style="margin-bottom:10px;" [(ngModel)]="orcamento.tipo" name="tipo" #tipo="ngModel"> <ion-item> <ion-label>Consumidor</ion-label> <ion-radio…