Andrew Hlavats

Results 12 comments of Andrew Hlavats

I'm having the same issue. I've attempted to use the following method: **plugins/index.js** ```javascript module.exports = (on, config) => { on('before:browser:launch', (browser = {}, args) => { args.push('--disable-search-geolocation-disclosure'); return args;...

I'm trying the same thing. I get the following error: ``` Line 6: Import in body of module; reorder to top import/first ``` My code is: ```javascript import React, {...

Could you do browser detection and implement a Safari-specific approach? 😇

Not quite. Notice how the dragged image snaps to the middle regardless of size? If you don't use a custom element, the image is picked up wherever the cursor happens...

Sorry, I'm not doing a good job of explaining myself. Hopefully this video will clarify things: ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/1120082/41207694-35edd644-6ce8-11e8-8e09-7409ced2c46f.gif) The image on the right is **not** the custom drag image. The...

qdatetimepicker. Is this issue resolved in v2? Because I am planning to upgrade to quasar v2 soon anyway.

@hawkeye64 Hi. I can reproduce the issue on the latest versions of Chrome, Firefox, and Safari. Doesn't seem like a browser-specific issue. My apologies, but I'm not understanding your response....

@hawkeye64 Yes? I'm still not understanding the relevance. This is not a function of anything I am or am not doing; this is an issue with the native functionality with...

@TobyMosque Hi there. Any word on this one?