Nathan Walker

Results 84 issues of Nathan Walker

https://github.com/manijak/nativescript-photoviewer/blob/58f10d8a2b0f3565462590264259e61ea19ab01e/src/photoviewer.ios.ts#L146 This I believe needs the static added, for example: ``` @NativeClass() class PhotoViewerDelegateImpl extends NSObject implements NYTPhotosViewControllerDelegate { static ObjCProtocols = [NYTPhotosViewControllerDelegate]; // add this private _resolve: () =>...

### Issue Description iOS 16.4 textChange is called twice on input, and the first backspace in a TextField ignores the event as stated here: https://github.com/NativeScript/NativeScript/issues/10249#issuecomment-1500974095 ### Reproduction Requires iOS 16.4...

bug
in progress
solution posted

[RxJS](https://github.com/ReactiveX/rxjs) is *not just* used with Angular implementations. It is used across many different types of JavaScript projects, has become a standard, is rich in features, and is familiar to...

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

cla: yes

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [x] There is an issue for the bug/feature this PR is for. To avoid wasting your time,...

cla: yes

### Is your feature request related to a problem? Please describe. In addition to what the NativeScript runtimes provide, they should also provide all the common interfaces and global objects...

in progress

## PR Checklist - [x] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your...

cla: yes

### Issue Description ``` nstudio@MacProMax NathanWalker % ns create nativescript-listview-here-we-go-and-this-and-that --ng Name is too long. ``` This should state what the limit is at least to be clear. ### Reproduction...

feature

### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Currently when using projects folders within App_Resources/iOS/src with levels of .swift...

feature-pending-triage