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. robmpreston
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 1
    • Groups 0

    robmpreston

    @robmpreston

    5
    Reputation
    494
    Profile views
    14
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    robmpreston Follow

    Best posts made by robmpreston

    • Spotify clone for NBC reality show

      Hey all,

      I was one of the original Quasar users & backers but lost the contract that I was using Quasar for and have been gone for awhile.

      A couple weeks ago one of my clients wanted a web based Spotify clone so that NBC executives could listen to potential candidates for a new song-based reality show.

      They needed it done in like 4 days, so I panicked and remembered Quasar. Happy to say I was able to whip up a very nice looking, fully functional web player in those 4 days and Quasar made everything super easy.

      I can’t post screenshots yet because I’m not sure if it’s still under NDA at this point (unannounced show) but I will post some when I get a chance.

      Thanks Quasar for saving my ass! 🙂

      posted in Show & Tell
      R
      robmpreston

    Latest posts made by robmpreston

    • Spotify clone for NBC reality show

      Hey all,

      I was one of the original Quasar users & backers but lost the contract that I was using Quasar for and have been gone for awhile.

      A couple weeks ago one of my clients wanted a web based Spotify clone so that NBC executives could listen to potential candidates for a new song-based reality show.

      They needed it done in like 4 days, so I panicked and remembered Quasar. Happy to say I was able to whip up a very nice looking, fully functional web player in those 4 days and Quasar made everything super easy.

      I can’t post screenshots yet because I’m not sure if it’s still under NDA at this point (unannounced show) but I will post some when I get a chance.

      Thanks Quasar for saving my ass! 🙂

      posted in Show & Tell
      R
      robmpreston
    • RE: router.beforeEach not scrolling to the top of the window after route changes...

      That didnt seem to work either. No scrolling at all, stays in the same place.

      Definitely hitting the function, and yeah its inside of a quasar-layout

      posted in Help
      R
      robmpreston
    • RE: Cordova using old builds?

      That didnt seem to be working, im just running cordova prepare for now before i run.

      posted in Help
      R
      robmpreston
    • RE: Cordova using old builds?

      cordova prepare is what i was missing

      posted in Help
      R
      robmpreston
    • RE: router.beforeEach not scrolling to the top of the window after route changes...

      wtf? i was in the help forum when i posted this. LOL sorry

      posted in Help
      R
      robmpreston
    • router.beforeEach not scrolling to the top of the window after route changes...

      Another dumb one I’m sure… backend guys doing frontend… who knew it was a bad idea?!

      In router.js I have:
      let Router = new VueRouter()

      Router.map(routes)

      Router.beforeEach(function (transition) {
      window.scrollTo(0, 0)
      transition.next()
      })

      When I change routes, the window retains its position (i.e. if im scrolled down far on one page, I am then scrolled down far on the next page when I switch routes)

      posted in Help
      R
      robmpreston
    • RE: Cordova using old builds?

      Mac OS X

      If I quasar dev its most definitely the right build

      If I build with Cordova its not

      I’ll do some more tests today

      posted in Help
      R
      robmpreston
    • RE: Cordova using old builds?

      Yeah, but that’s not the issue.

      I’m actually having it again.

      I go into XCode and clean the project

      I type quasar clean

      I type quasar build

      then I go into XCode and rebuild the project and run it on the emulator

      What runs isn’t right / up to date

      I’ve even manually deleted the dist folder and rebuilt.

      Is something being retained somewhere?

      posted in Help
      R
      robmpreston
    • RE: Cordova using old builds?

      quasar clean seemed to work, but im confused why that was needed. When i rebuilt cordova wasn’t pulling the new build from dist

      posted in Help
      R
      robmpreston
    • Cordova using old builds?

      scratching my head over here. tried quasar clean, cleaning cordova project etc, every time iOS app launches its an old version with pieces of code that dont exist anymore. any ideas?

      posted in Help
      R
      robmpreston