Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. donvie
    3. Topics
    D
    • Profile
    • Following 2
    • Followers 0
    • Topics 20
    • Posts 41
    • Best 4
    • Groups 0

    Topics created by donvie

    • D

      Tray icon not showing in production(Electron)
      Help • • donvie

      10
      0
      Votes
      10
      Posts
      104
      Views

      T

      Yes You’re right! Thanks for helping me!!
      My tray now is available in production.
      but white screen problem is still there. seen UnPackaged folders with a lot of files…

      Here is my repo: https://github.com/ShenQingchuan/SearchZenTool.git
      I can’t figure out for why my other pages are lost in production …

    • D

      I created quasar framework community for filipinos kindly join!
      Help • • donvie

      1
      1
      Votes
      1
      Posts
      6
      Views

      No one has replied

    • D

      How to add plugins in capacitor android
      CLI • • donvie

      1
      1
      Votes
      1
      Posts
      28
      Views

      No one has replied

    • D

      Need help!! Got this error about cookies
      Help • • donvie

      4
      0
      Votes
      4
      Posts
      176
      Views

      R

      Keep in mind you’ll typically be running development through a webpack server on an alternate port. Please read this… might help. https://quasar.dev/quasar-cli/cli-documentation/api-proxying#Introduction

    • D

      How to send files and images in chat message?
      Help • • donvie

      3
      0
      Votes
      3
      Posts
      106
      Views

      s.molinari

      For files, you can use the file uploader component.

      https://v1.quasar-framework.org/vue-components/uploader

      For images, you’d need to come up with a way to insert them into the text message. Quasar doesn’t have this “built in”.

      Scott

    • D

      Quasar v1.0
      Help • • donvie

      3
      0
      Votes
      3
      Posts
      197
      Views

      syflex

      https://medium.com/quasar-framework/quasar-1-0-reaching-for-the-stars-284e7716625a

      According to the release note.
      Slimming down
      One last and major goal of Quasar 1.0’s component rework was to reduce the complexity of the components themselves. For instance, instead of having a QSearch and QAutocomplete, we now have only QSelect.

      As for the QInput, you can find it in form component.

    • D

      Hows the right way to do this cordova geolocation
      Framework • • donvie

      1
      0
      Votes
      1
      Posts
      288
      Views

      No one has replied

    • D

      Hows the right way to do this cordova geolocation
      Help • • donvie

      1
      0
      Votes
      1
      Posts
      255
      Views

      No one has replied

    • D

      I initialize my vue firestore in app plugin and I got this error everytime i will go to another component
      Help • • donvie

      2
      0
      Votes
      2
      Posts
      302
      Views

      D

      up!!!

    • D

      how to insert image in editor wyswg?
      Framework • • donvie

      8
      0
      Votes
      8
      Posts
      699
      Views

      qyloxe

      @nothingismagick said in how to insert image in editor wyswg?:

      At any rate, we won’t be incorporating any 3rd party components into quasar core. The only way to do this would be to make an app-extension, and the core team is entirely swamped at the moment.

      Funny, that’s exactly what I thought, and was surprised when you wrote about planned advanced WYSIWYG editor.

      I will be needing tiptap in a few weeks. Firstly I’ll see how it works as a simple Vue component, but I would prefer to have it in AE version, because with AE you could deal with server/backend configuration (ie uploads, collaboration, endpoints). With AE mechanics, I will need some help. Will be in touch then. Thanks.

    • D

      how to insert image in editor wyswg?
      Help • • donvie

      1
      0
      Votes
      1
      Posts
      483
      Views

      No one has replied

    • D

      Stuck APACHE CORDOVA device ready screen
      Framework • • donvie

      2
      -1
      Votes
      2
      Posts
      601
      Views

      P

      don’t crosspost http://forum.quasar-framework.org/topic/2142/build-problem-stuck-in-apache-cordova-ready/

    • D

      Build problem stuck in apache cordova ready
      Help • • donvie

      2
      -1
      Votes
      2
      Posts
      571
      Views

      P

      don’t crosspost http://forum.quasar-framework.org/topic/2143/stuck-apache-cordova-device-ready-screen

    • D

      Hows the proper way to do that layouts using flex
      Help • • donvie

      5
      0
      Votes
      5
      Posts
      1245
      Views

      D

      @chbarr Thanks my man

    • D

      Editor (WYSIWYG) upload image
      Help • • donvie

      1
      0
      Votes
      1
      Posts
      406
      Views

      No one has replied

    • D

      ESlint not working
      CLI • • donvie

      2
      0
      Votes
      2
      Posts
      585
      Views

      a47ae

      There is no v18. So wich version do you use?
      In the v0.15.x it asks you if you want to add ESLint. If you want to use it and choose no during initalization, just initialize a new project and compare

    • D

      how to insert image in Editor (WYSIWYG)
      Help • • donvie

      7
      1
      Votes
      7
      Posts
      2242
      Views

      qyloxe

      @cristalt said in how to insert image in Editor (WYSIWYG):

      post.body += '<div><img src="' + dataUrl + '" /></div>'

      You can replace above with this. It puts the image in cursor position:

      document.execCommand('insertHTML', true, '<div><img src="' + dataUrl + '" /></div>')
    • D

      Anyone can help me to upload large files using feathersjs
      Help • • donvie

      1
      0
      Votes
      1
      Posts
      562
      Views

      No one has replied

    • D

      multiple selection array object. When I input the value of v-model is all changing.. Help Please!!
      Help • • donvie

      4
      0
      Votes
      4
      Posts
      453
      Views

      D

      @a47ae When I try to input a value either index 0,1 input box (see youtube), the value of the two objects is both changing.

    • D

      quasar dev blank page can't run
      Help • • donvie

      9
      0
      Votes
      9
      Posts
      2112
      Views

      rstoenescu

      Please offer some more details. What platform you on (I see a Windows shell there, so which Windows version), what CLI version you on, what does “npm run dev mat” outputs, what node & npm version u on, and any other relevant information about your environment. Thanks.