-
**Which platform(s) does your issue occur on?**
Android
**What type of device?**
Physical device.
**Version Numbers:**
CLI: tns version 6.7.8
Cross-platform modules: 6.5.8
Runtime(s):
"tns…
-
Found this issue while working on a new project. Created a fresh nativescript project to test with, and I am still getting the same message when running on an IOS device:
`JS ERROR Error: Could no…
-
I have this `project.json` setup where the `nativescript.config-aaa.ts` contains a different `appResourcesPath` than the default (`nativescript.config.ts`). This seems to work fine.
However, I'm al…
-
I am using a physical android device (Node 9) to test. The NS version is 6.2.1.
When I load the contacts it takes over 30 seconds to load 827 contacts. Is this normal? Is there a way to speed th…
-
{
"nativescript": {
"id": "org.nativescript.testingAdvanceView",
"tns-android": {
"version": "6.3.1"
},
"tns-ios": {
"version": "6.3.0"
}
},
"descriptio…
-
On an empty nativescript-vue project, if you throw the application out of the tray, an error pops up (IOS simulator IOS version 15.2)
It happens without any intervention in the application (everyth…
-
With ui-pager with 4 or more pages set, an error will occur if you move to the 4th page.
This only happens on iOS, not Android.
```
page1 mounted
page2 mounted
page3 mounted
page1 dest…
-
I got this error
> An uncaught Exception occurred on "main" thread.
> java.lang.RuntimeException: Unable to start activity ComponentInfo{org.nativescript.application/com.tns.NativeScriptActivity…
-
I am using NS 6.5 Core and I am following the example from https://v6.docs.nativescript.org/core-concepts/android-runtime/advanced-topics/extend-application-activity#extending-activity.
I have clea…
-
Please help, i get an error
my scripts:
```
let app = require( "application" );
let Permissions = require( "nativescript-permissions" );
let contacts = require('nativescript-contacts');
var im…