Hi everyone,
I created a little project (todo list) based on quasar and pouchdb:
https://github.com/nestebe/todolist-pouchdb
Hi everyone,
I created a little project (todo list) based on quasar and pouchdb:
https://github.com/nestebe/todolist-pouchdb
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)
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’);
}
});
@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:
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)
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);
Hi everyone,
I created a little project (todo list) based on quasar and pouchdb:
https://github.com/nestebe/todolist-pouchdb