Tomás

Results 25 comments of Tomás

@Hat52 thanks for looking into this! You can get this kind of filter by having a resource using a mongoose schema that has a property of type enum, something like...

Having the same error: ```***** Fatal JavaScript exception - application has been terminated. ***** NativeScript encountered a fatal error: Uncaught ReferenceError: NativeClass is not defined at ../node_modules/nativescript-google-maps-sdk/map-view.js(file: node_modules/nativescript-google-maps-sdk/map-view.ios.js:49:0) at __webpack_require__(file:...

Any chance this will be ever solved? Patching node_modules is not ideal

Here is a video of it happening https://user-images.githubusercontent.com/690217/106052390-cd1fec80-60e9-11eb-8af6-d9a54b780fa3.mp4

A colleague found a weird solution for this... Importing `Page` and binding to its `onNavigatedFrom` event (even with just an empty function) in each component that can be navigated through...

For example, I'm trying to replicate this interface from a hybrid Ionic app into a NativeScript app. ![dragdropshort](https://user-images.githubusercontent.com/690217/58261795-b6fc4d80-7d98-11e9-9921-0aecc4aa976a.gif) Drag an image from the top part, and add it to the...

For measuring the call time, I didn't do any work inside `onYuvDataReceived`, only measuring the time between calls and exiting the callback. So it doesn't take any time to return.

@odedBartov @sublime392 check this solution, worked for me: https://github.com/manijak/nativescript-carousel/issues/170#issuecomment-712072852