Garnik
Garnik
@vahidvdn In order to get the offset, I slightly modified @tsonevn's solution (using `any` because I don't want to add `tns-platform-declarations`, you can use proper types): ```typescript private _callback: Function;...
@tsonevn I have noticed that setting `(listView)._delegate` is not enough if it happens later than `onLoaded` event of ListView itself (`ListView` will keep using the delegate it was initiated with)....
@rigor789 any updates for Android side of things? I think this is a pretty major regression and being unable to view network requests hinders development greatly. @vallemar suggested downgrading `@nativescript/android`...
@bradmartin `skipLibCheck` works, but that is not the default configuration that is generated with `nativescript-cli`, meaning that if a user creates a new project and adds this plugin the build...
@edusperoni can confirm. https://github.com/NativeScript/nativescript-angular/issues/2026 is probably related. Would it be possible to publish your fix as a separate version so we can use while waiting for the merge, because my...