MarCus86

Results 12 comments of MarCus86

It's not a standard behaviour, you can inject it quite easly btw...

Can this be the solution: https://github.com/marcusdiy/cordova-plugin-file/blob/master/www/browser/Preparing.js

That's right, we have the same problem, we could have a great perfomance boost if this part given back the real snapshot size. Just for example, on android we get...

@westonganger would be great. Btw documentation says: .takeSnapshot(...) Take snapshot of the camera preview .takePicture(...) Take the picture

Yep, we are doing the same but doing it with js slows down the process quite a bit... on android seems like it will show the centered part so we...

I would like to start the browser implementation, i just need someone to setup the proxy plugin becouse I cant get how cordova works... **cordova.js:74 Uncaught module cordova-plugin-camera-preview.CameraPreview already defined**...

> This is not really allowed. See #214 It might be not allowed, but it's up to the developers to take care about that. No? For example we are using...

Uh ok seems the expected behavior. https://developer.apple.com/forums/thread/121496 But I think some kind of internal plugin cache would be better. What do you think?

Solvable by a RAW Where query. But i was wondering if there were any way to do witouth it ``` Database::raw('WHERE ( `start_date` >= :from AND `start_date`

cant make it to work with this part ` AND DayOfYear(start_date) BETWEEN DayOfYear(:from) AND DayOfYear(:to)` it doesnt even work if i try to put in the raw query and try...