No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. kiril4913
    3. Topics
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 23
    • Best 1
    • Groups 0

    Topics created by kiril4913

    • K

      QLayout Drawer onOpen\onClose handler?
      Framework • • kiril4913

      3
      0
      Votes
      3
      Posts
      302
      Views

      K

      @metalsadman perfect! Thank you very much! SOLVED.

    • K

      ERR_CONNECTION_TIMED_OUT in android dev mode
      Framework • • kiril4913

      2
      0
      Votes
      2
      Posts
      782
      Views

      K

      I have found out the reason of the issue. This behavior was because I used the external GPRS modem with my note… And when I connected to Internet through the common wi-fi it connected to the IP without any problems… It looks like there are some limitations by my provider for making bridge for third-party devices.

      There is only one problem… For some reason it doesn’t load the code sources but the DOM and console are ok…

    • K

      QPopupEdit how to pass own argument?
      Framework • • kiril4913

      6
      0
      Votes
      6
      Posts
      807
      Views

      metalsadman

      yep, that’s what i’ve been struggling to find too avoiding two way binding to get proper handle on the value. i’m always reluctant to use refs or any dom way coz it seems hacky, but gotta do most of the time specially on edge cases shrugs.

    • K

      There is no component source code to debug in Chrome devTools
      Framework • • kiril4913

      5
      0
      Votes
      5
      Posts
      607
      Views

      K

      @genyded,
      so I’ve found out the reason of the issue. It happens because it loads the component dynamically when the propper tab-pane is opened. So if I set the v-once directive to the component it loads the source code from the beginnind and I can debug it.

    • K

      [Solved] Mount child component to QTabPane only once.
      Framework • • kiril4913

      3
      0
      Votes
      3
      Posts
      670
      Views

      K

      Great! Thank you very much. This is it!

    • K

      [Solved] Autocomplete on android shows keyboard after every delete of the chip
      Framework • • kiril4913

      2
      0
      Votes
      2
      Posts
      316
      Views

      K

      solution is document.activeElement.blur();

    • K

      Q-notify and swipe...
      Framework • • kiril4913

      1
      0
      Votes
      1
      Posts
      219
      Views

      No one has replied

    • K

      Get console logs from quasar cordova app
      Framework • • kiril4913

      3
      0
      Votes
      3
      Posts
      912
      Views

      K

      Thank you very much for your detailed reply. But I think that you will not argue that you cannot write perfect code all the time and sometimes errors happen wich you can’t recognize during development and they appear in the realese. The easiest way to find out the reason of error is to look at error stack trace.
      I thought maybe there is some plugin for Cordova\Quasar for these purposes.

    • K

      AdMob is undefined
      Framework • • kiril4913

      6
      0
      Votes
      6
      Posts
      1119
      Views

      G

      Glad to help!

    • K

      Change qbtn's color and icon after click
      Framework • • kiril4913

      3
      0
      Votes
      3
      Posts
      2191
      Views

      K

      @rstoenescu, Great! Thank you very much!

    • K

      How to install a particular webengine with istalling my android app?
      Framework • • kiril4913

      1
      0
      Votes
      1
      Posts
      211
      Views

      No one has replied

    • K

      [Solved] Quasar frontend and Spring boot backend. Is it possible?
      Framework • • kiril4913

      2
      0
      Votes
      2
      Posts
      1202
      Views

      K

      @kiril4913
      I have find out why it happens. That’s pretty simple. Spring boot interpritates the “localhost/index” as “localhost” so it has to be an appropriate controller for @RequestMapping(value = “/”) handler with the “index” in return.