I also intend donate too, I will work hard to finish and publish my first quasar app

larskuerten
@larskuerten
Best posts made by larskuerten
-
RE: My new year resolution
-
RE: Quasar Vs Ionic 5 in 2020
@daveshirman said in Quasar Vs Ionic 5 in 2020:
@s-molinari that is excellent information. Thank you. I think I will try to make a trivial app that mimicks one I’ve done in Ionic, at least a page or two so I can compare the output.
Thanks for taking the time.
Wondering to see your conclusions
Latest posts made by larskuerten
-
RE: Quasar Vs Ionic 5 in 2020
@daveshirman said in Quasar Vs Ionic 5 in 2020:
@s-molinari that is excellent information. Thank you. I think I will try to make a trivial app that mimicks one I’ve done in Ionic, at least a page or two so I can compare the output.
Thanks for taking the time.
Wondering to see your conclusions
-
RE: My new year resolution
I also intend donate too, I will work hard to finish and publish my first quasar app
-
RE: Dialog plugin doesnt stop the code flow
I will give it a try, thank you, merry christmas
-
Dialog plugin doesnt stop the code flow
I am trying to open a dialog to show options (pieces to promote in chess) but this doesnt stop the code to wait the answer.
if(isPromotion){ showDialog() // it runs the makeMove anyway, dont wait the answer from dialog } makeMove()
Sorry for this newbye question, but I am stuck on this for days