Posts by Ronkzinho • 11 points
4 posts
-
-2
votes1
answer90
viewsQ: What are the requirements to create a windows app using Ionic?
I created an app for android using Ionic, wanted to take this same app and build for pc, what the requirements and how to do?
-
0
votes2
answers310
viewsQ: How to take the "style" of an element inside a div
I wanted to take the font size of the element with the id "test" <div id="div"> <h1 id="teste">OLÁ</div> </div>
-
0
votes1
answer60
viewsQ: Priority in a notification using firebase
I am using Ionic and everything is configured to send the notification... I wanted to increase the importance of it because it does not make noise and does not appear in the upper corner as a…
-
0
votes1
answer302
viewsQ: How to change the "innerHTML" of a tag using javascript and Ionic?
So, I was testing here my code to make an android app for balance, I am using Ionic, but when I test the code it does not work in Ionic, but only in the browser and in normal test (like only…