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. eoikoncept
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 13
    • Best 0
    • Groups 0

    eoikoncept

    @eoikoncept

    0
    Reputation
    68
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eoikoncept Follow

    Latest posts made by eoikoncept

    • Redirect to page after action

      Please how do I redirect after an action in quasar

      this.thedebiturl = 'url here;
      this.$axios.get(this.thedebiturl)
      .then((response) => {
      this.regstatus = response.data.status
      })
      .catch(() => {
      this.$q.notify({
      color: ‘negative’,
      position: ‘top’,
      message: ‘failed’,
      icon: ‘report_problem’
      })
      })

      posted in Framework
      E
      eoikoncept
    • RE: Quasar Not Updating File in Cordova

      @metalsadman Thanks, it worked

      posted in Framework
      E
      eoikoncept
    • RE: Quasar Not Updating File in Cordova

      @metalsadman Thanks, I will try it out

      posted in Framework
      E
      eoikoncept
    • Quasar Not Updating File in Cordova

      when I run the command
      quasar dev -m cordova -T android, I get my app working properly on my phone as I use my phone instead of the emulator, but when I run Cordova run android, what I see is different from what I get when I run the first command. The confusing aspect is that when I run Cordova build, all image file is missing.

      posted in Framework
      E
      eoikoncept