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. nestebe
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 2
    • Groups 0

    nestebe

    @nestebe

    3
    Reputation
    560
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nestebe Follow

    Best posts made by nestebe

    • PouchDB Todolist

      Hi everyone,

      I created a little project (todo list) based on quasar and pouchdb:

      https://github.com/nestebe/todolist-pouchdb

      0_1483361660197_localhost-8080-(iPhone 5).png

      0_1483361672264_localhost-8080-(iPhone 5) (1).png

      posted in Show & Tell
      nestebe
      nestebe
    • RE: Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]

      https://github.com/nestebe/charging-stations-tracker

      posted in Show & Tell
      nestebe
      nestebe

    Latest posts made by nestebe

    • RE: Quasar live apps/website [submit to https://github.com/quasarframework/quasar-awesome]

      https://github.com/nestebe/charging-stations-tracker

      posted in Show & Tell
      nestebe
      nestebe
    • Kodi Remote App

      Hi !
      I’ve released a new project: Kodi Play.
      It’s a simple remote control application for kodi media center based on quasar framework.

      Source: https://github.com/nestebe/kodi-play
      Web App : http://demo.dev-worker.com/kodi-play/#/
      Android App: https://play.google.com/store/apps/details?id=com.devworker.kodiplay (soon)

      0_1508618208678_localhost-8080-(Galaxy S5).png

      0_1508618276735_localhost-8080-(Galaxy S5) (3).png

      posted in Show & Tell
      nestebe
      nestebe
    • RE: How to access cordova AdMobPro plugin?

      Hi admob-pro plugin work for me:
      try just AdMob and not cordova.AdMob or cordova.plugins.AdMob

      var admobid = {
      banner: _self.$root.config.admobid//your admob id
      };
      if (AdMob) AdMob.createBanner({
      adId: admobid.banner,
      position: AdMob.AD_POSITION.BOTTOM_CENTER,
      autoShow: true,
      success: function () {
      console.log(‘fsuccessr’);
      },
      error: function () {
      console.log(‘failed to create banner’);
      }
      });

      posted in Framework
      nestebe
      nestebe
    • RE: boxed layout

      @rstoenescu
      Sorry I’ve the same problem the left menu is not aligned with my view
      In fact the expected result should be like this screen:
      0_1496041741958_Capture.PNG

      posted in Help
      nestebe
      nestebe
    • RE: boxed layout

      @rstoenescu
      sure
      https://github.com/nestebe/quasar-templates/tree/master/dam-indicator

      posted in Help
      nestebe
      nestebe
    • boxed layout

      Hi all,
      It’s possible to set a boxed layout (for desktop view) with quasar framework without gap with .drawer-content.left-side class and the layout ? (see capture)
      0_1495142954151_Capture.PNG

      For boxed layout I use this class on body:

      .boxed-layout
      margin: 0 auto;
      max-width: 800px;
      position: relative;
      box-shadow: 0 0 12px rgba(0,0,0,0.7);

      posted in Help
      nestebe
      nestebe
    • PouchDB Todolist

      Hi everyone,

      I created a little project (todo list) based on quasar and pouchdb:

      https://github.com/nestebe/todolist-pouchdb

      0_1483361660197_localhost-8080-(iPhone 5).png

      0_1483361672264_localhost-8080-(iPhone 5) (1).png

      posted in Show & Tell
      nestebe
      nestebe