Posts by Gabriel Silva • 41 points
4 posts
-
0
votes1
answer138
viewsQ: Change color of the clear input "X" icon
I need to change the color of the "X" icon linked to this input: <ion-item> <ion-input placeholder="Clear Input" clearInput></ion-input> </ion-item> So far, by the search I…
-
1
votes3
answers2758
viewsA: Open google maps app via link via Ionic 3
I managed to solve. Android: <a href="geo:?q=LOCATION" target="_system">Map</a> link: http://tebros.com/2016/02/launching-external-maps-app-from-ionic2/…
-
2
votes3
answers2758
viewsQ: Open google maps app via link via Ionic 3
I need to make a link that opens external google maps app on android and Ios (apple maps) that opens with marker in a certain coordinate. So far, the research found something similar to the…
-
1
votes2
answers160
viewsQ: php array converted to json does not maintain order in mysql
I have an array with the following format: $vetor = array( 1=>array( pt-BR => array( 'pergunta1' => 'pergunta 1 em texto' 'resposta1' => 'resposta 1 em texto' ) ) 3=>array( pt-BR…