Roman Drahan

Results 20 comments of Roman Drahan

@NathanaelA, thanks, upgraded to 7.0.3 iOS runtime, will test on real device, cause still can't run the project on simulator due to this CLI issue: https://github.com/NativeScript/nativescript-cli/issues/5411.

@rigor789, @NathanaelA, the app is still crashing with: ``` ====== Assertion failed ====== Native stack trace: 1 0x109b1f219 tns::Assert(bool, v8::Isolate*) + 119 2 0x109a80b79 tns::ArgConverter::Invoke(v8::Local, objc_class*, v8::Local, tns::V8Args&, tns::MethodMeta const*,...

@luiguild Chrome 61 and FF 56 on MacOS High Sierra.

Using this technique helped to resolve the issue with iOS for me: ``` pod 'Animated-Gif-iOS' ``` ``` ``` ``` import { knownFolders, path } from 'tns-core-modules/file-system' imageLoaded (args) { const...

@sdgroot is this part from your code using the same `_dio` instance as the main app thread (`final response = await _dio.post('...', data: body, options: options);`? ``` // Retry the...

> I solved a similar issue, related to interceptors, downgrading to version 5.4.0, was using 5.4.3+1. @Slexom what was your issue just wondering?

Same for me 👆on Android. cc @aljaz00 @mukaschultze

@mukaschultze, same for me. Do you know how we can do any workaround?