-
**Environment**
Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):
…
-
Problem compiling the nativescript-feedbaack plugin in nativescript 8+ version
To solve the problem, simply change the nativescript-feedback plugin's include.gradle file to:
repositories {
…
-
Can you confirm that this sample works on NativeScript version 6?
Because I'm having issues on new versions.
I get:
`System.err: Unable to instantiate receiver com.tns.MyWidget: com.tns.NativeSc…
-
### Issue Description
When i lock my phone and activity pauses
It sometimes crashes after unlocking and resuming activity
### Reproduction
_No response_
### Relevant log output (if applicable…
-
I've got a legacy app that needs to be maintained.
Here's the `tns info`
```
✔ Getting NativeScript components versions information...
⚠ Update available for component nativescript. Your curre…
-
When I try to set up Open Native for a nativescript vue project, errors occur when I launch Android. It seems I have done everything according to the documentation.
```bash
Note: Recompile with -X…
-
Using the JSDO with NativeScript 6 fails with an error like the following:
CONSOLE LOG file:///app/tns_modules/@angular/core/bundles/core.umd.js:25776:18: Angular is running in the development mode…
-
Seems there is bug on android 14
```
public async playRecord(
attachment = undefined,
attachmentId = undefined,
args,
repeat: boolean = false
) {
…
-
**Environment**
- CLI: 7.1.1
- Cross-platform modules:
- Android Runtime: 7.0.1
- iOS Runtime: JSC
- XCode Version: 12.3
- Plugin(s): See below
- NativeScript-Angular: ~10.1.7
- Angula…
-
I am having an issue now where @nativescript/imagepicker works perfectly when I do ns run android, wherein I am able to see the images in their respective folders and make a selection and the selected…