Nikolay Tsonev
Nikolay Tsonev
Hi @b02505048, I have checked the described case and was able to recreate the problem only on Android. I will mark the issue as a bug. I would suggest keeping...
Hi @yss14, There is NativeScirpt property that provides such functionality. You could set `isUserInteractionEnabled` to `false` and this will disable the scrolling. You could review the example below: main-page.xml ```...
Hi @yss14, Excuse me for my misunderstanding. However I still unable to understand the idea for including such a feature for the ListView. Regarding to that for the purpose of...
Hi @burkeholland, For this case, you could use `nativescript-telrik-ui` RadListView, which extends the pure NativeSciprt ListView functionality and provides an easy way to [reorder ](http://docs.telerik.com/devtools/nativescript-ui/Controls/NativeScript/ListView/item-reorder#radlistview-item-reorder) the ListView items. In my...
HI @virtualbjorn, We reviewed your case and marked this as a feature request. As a temporary solution for Android, you can set up the `setOnKeyListener` listener via code behind and...
HI @mehulcs, I haven't tested the`setOnKeyListener ` with multiple`TextField`. I will test this scenario on my side and will check if there is a solution.
HI @virtualbjorn, `textFieldShouldChangeCharactersInRangeReplacementString` will be triggered when there is a change in the Field's text. On that matter, it is expected the listener to not been trigger when the field...
Hi @virtualbjorn, I reviewed the attached SO thread, and it seems that you need to overwrite `deleteBackward` method. However, at this stage, I was unable to find an elegant way...
Hi @yassern, Thank you for contacting us. I tested this case and found that it is reproducible also in a non-Angular [project](https://play.nativescript.org/?template=play-js&id=uI4SZ4). For further info, please keep track on the...
Hi @3rror404, Could you provide sample project, which could be debugged locally? I tested this issue with [sample-ImageUpload](https://github.com/NativeScript/sample-ImageUpload) application while using latest NativeScript 3.0 and selecting the image from iCloud...