Posts by Vinicius.Macedo • 14 points
3 posts
-
0
votes1
answer786
viewsA: Ionic 3!! a slide + two buttons down side by side
Good afternoon. From what I understand you want to have a slide and below this slide you want to add 2 buttons. I did using the components that come along with Ionic 3, in case you have already used…
-
-1
votes4
answers85
viewsA: Printing the highest value variable
Using the basis that the colleagues above sent I have put together something a little more descriptive, maybe it will be useful for you in this beginning. To help I will try to explain in a simple…
javascriptanswered Vinicius.Macedo 14 -
0
votes2
answers667
viewsA: How to implement Swipe To Refresh on Webview?
Using the idea of the friend above I solved my problem using a javascript line, I made a auxiliary int variable and passed it as parameter. was more or less like this: public class MainActivity…