Yes, and I tried ~statics/logo.jpg
, statics/logo.jpg
, /statics/logo.jpg
and :src="statics/logo.jpg"
, nothing worked. I also tried moving the file to /assets
sergiuwd
@sergiuwd
Posts made by sergiuwd
-
RE: Cordova build not loading statics
-
RE: Cordova build not loading statics
Tried moving the images to
/assets
, didn’t work either. -
Cordova build not loading statics
I just ran into this problem: I am loading images using
src="statics/logo.jpg"
and when I runquasar dev
, the images are displaying just fine, but when I build the APK usingcordova build android
, the images are not displayed on the device. What can be wrong? -
Quasar To Do Lists Manager
Hi!
I have developed this to do lists manager using Quasar. It’s my first Quasar project & my first mobile app. Please check it out:
https://play.google.com/store/apps/details?id=io.sergiuneagu.taskista
The source will be available here:
https://github.com/sergiuwd/TaskistaIt took 2 days to go from 0 to PlayStore and I am looking forward to upgrade it with new features.
-
Call a method on checkbox click
Hi there!
I have created a checkbox using<q-checkbox>
and I need to call a method within the component when the checkbox is clicked. Is there any way I can do that? I have tried both@click="method"
andv-on:click="method"
, but without success.Thanks
-
RE: Touch Directive Error
@rstoenescu Decided to import dynamics.js and classie VIA npm and make a component out of this slider, then rewrite the script. I think it’s the best solution.
-
RE: Touch Directive Error
Hi, @rstoenescu! Thanks for your reply and help. I’ll work to fix this app using your tips.
BTW, great framework! Congrats! -
RE: Touch Directive Error
@rstoenescu sure, here it is: https://github.com/sergiuwd/bcard
The component I’m using is Index.vue