Questions tagged as 'quasar'

0
answers

Upload multiple files using the same request?

I'm using the VueJS / Quasar Framework to make the front end of my application and HapiJS to do the server. And in the part of uploading the attachments I'm testing with multiple upload files, and I came across the following problem: For eac...
asked by 04.09.2017 / 22:12
0
answers

Attach file to email application?

I'm developing an email application and the front end is being done in VueJS / Quasar Framework and the server is being developed with HapiJS. I've already been able to send simple emails using NodeMailer , and I'm listing them in the inbox...
asked by 31.08.2017 / 21:24
1
answer

Close a modal after completing the action in the quasar framework

I have this modal as a child component: <template> <q-modal v-model="opened" :content-css="{width: '40%', minHeight: '300px', padding: '0 15px'}" no-esc-dismiss no-backdrop-dismiss> <q-modal-layout > &...
asked by 02.11.2018 / 19:13
0
answers

How to implement Video.js-ass in Vue

Hello, I'm trying to implement videojs-ass in Vue (# Current code: <template> <q-page class="flex flex-center"> teste <video id="player" class="video-js vjs-default-skin vjs-big-play-centered"> <source...
asked by 04.08.2018 / 20:48
1
answer

VueJS / Quasar cordova android generates blank app

Hello, I started using the Quasar Framework to create a hybrid app for Android. After following the installation steps (WINDOWS 10), I created a default project, that is, I have not yet developed anything, I ran the command to run the app...
asked by 15.03.2018 / 21:06
1
answer

Electron - Error 400 getting geolocation

I'm trying to use navigator.geolocation.getCurrentPosition and navigator.geolocation.watchPosition in a PWA project made with Quasar. It works very well in Browser and Cordova (Android), but an error occurs when publishing on El...
asked by 18.01.2018 / 18:48