PetroSuch
PetroSuch
I am testing application in android 5.1.1 real device, and i see local notification not show in status bar My package.json "tns-ios": { "version": "6.4.2" }, "tns-android": { "version": "6.4.1"...
I get this log, after save some changes in code > `JS: [HMR][61c47bbb499df8b115e8] failure | A module has not been accepted. > JS: [HMR][61c47bbb499df8b115e8] failure | Failed to apply. >...
**Environment** Here is my package.json dependency > "dependencies": { > "@angular/animations": "~11.2.7", > "@angular/common": "~11.2.7", > "@angular/compiler": "~11.2.7", > "@angular/core": "~11.2.7", > "@angular/forms": "~11.2.7", > "@angular/platform-browser": "~11.2.7", > "@angular/platform-browser-dynamic": "~11.2.7",...
I have a problem with Nativescript 8 Angular, when i run my application on two devices, and save some changes inside my code, Livesync stop working after few saved changes...
i need to show three or two item of carousel at the time but i don't see that property in the carousel could you help me please ?
I have downloaded your demo project, run npm i command and afterwards i run the project, but i do not see box-shadow properties
Hi guys, thanks for your big work, i have one question I am using Nativescript 8 Angular, and i have a problem with livesync. My app is reloading every time...
I created a new project by `ns create` command After `ns run` i got an error node_modules\@ngtools\webpack\src\ivy\plugin.js:35 ``` const mainFields = (_c = (_b = (_a = webpackOptions.resolve) === null...
How to change language in iOS ? I have two different files, en and fr.default how to switch between them, in iOS?
I need to save image to my file serve. How can i do this using plugin nativescript-background-http ?