Todor Petrov

Results 6 comments of Todor Petrov

I have the exact same problem, attempting to [register an element with model]( https://github.com/NativeScript/nativescript-datetimepicker/blob/master/src/vue/index.ts#L10), but not able to use two-way binding with this element.

@sbknick The behavior you observe is expected. Calling `routerExtensions.back();` or `routerExtensions.backToPreviousPage();` navigates back on the last navigated outlet. When you navigate from `lounge` to `garage`, you navigate inside the `homeoutlet`,...

Hi @yuzhang666, Currently there is no Rich Text Editor as part of `nativescript-pro-ui`. You can have a look at [this plugin](https://market.nativescript.org/plugins/nativescript-rich-textfield) which provides a textfield with icon and exposes a...

@PieterHartzer The feature is not yet implemented, but the workaround is quite easy to use. Here are the current links for [demo](https://github.com/telerik/nativescript-ui-samples/tree/master/dataform/app/examples/platform-specifics) and [demo-angular](https://github.com/telerik/nativescript-ui-samples-angular/blob/master/dataform/app/examples/platform-specifics).

Hi @slasho If the images are too big this can cause an Out of Memory exception. It seems like the native library [has an option to resize](http://frescolib.org/docs/resizing.html) the image before...

Hi @Sam-Davis, I can confirm your observations. On android the camera plugin is using an [Image Capture intent](https://developer.android.com/reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE) to take an image through a camera app installed on the device....