michael-dots
michael-dots
Having the same problem with action type dialog with options. Also can't find any way to solve by css, even using .ns-dark styles . Not even sure the options in...
Hi. Sorry to resurrect such an old issue, but since it's open :) Having the same problem i think. I'm overriding touch events, and they seem to have a very...
I fixed the 2.9.1 error by applying this change https://github.com/NativeScript/ios-runtime/issues/818
Same problem here, running tns run ios on simulator, and console shows the errors but no stack trace. NS7 / tns-ios 6.5.3
Just leaving another bump. I'm using an older GCM library for sending (I really don't want to migrate at this point in time). So no notification structure means i only...
@NathanWalker thanks for getting back to me. I'll try both. I did check my app on 7.0.0 and realized it had the same issue, apple just didn't come across it...
Here is error in simulator on 7.0.0 / 7.0.0. Trying 7.0.10 / 7.0.2-rc1 next ====== Assertion failed ====== Native stack trace: 1 0x10d5beceb tns::Assert(bool, v8::Isolate*) + 119 2 0x10d52e079 tns::ArgConverter::Invoke(v8::Local,...
Crashed on 7.0.2-rc1. Could NOT make it crash on 6.5.3.
I assume you mean package.json? "dependencies": { "@nativescript/core": "~7.0.0", "@nativescript/firebase": "^11.0.0", "@nstudio/nativescript-loading-indicator": "^4.0.0", "@nstudio/nativescript-pulltorefresh": "^1.1.1", "lodash": "^4.17.20", "moment": "^2.28.0", "nativescript-facebook": "^4.2.1", "nativescript-social-share": "^1.6.0", "nativescript-theme-core": "^2.0.24", "nativescript-urlhandler": "^1.3.0", "nativescript-vue": "^2.8.1", "tslib":...
@nstudio/nativescript-loading-indicator is being used during ajax request on pages that causes crash. Don't know if that could be the culprit though. async mounted() { spinner.during(userService.getCompanyScores().then((groups) => { this.groups = groups;...