-
**Environment**
| Model | OS version | Preview app version | Runtime version
| -- | -- | -- | --
| iPhone X | iOS 12.2.0 | 1.19.0 | 5.2.0
```json
{
"@angular/animations": "7.2.4",
"@ang…
-
**Actual Behavior**:
- `What is the issue? *`
Video: https://www.screencast.com/t/as67DajHFV
`` causes too many $digest cycles on each key press. In our complex app with big amount of …
-
I was SO close! Got my test setup building fine, but then I tried my real project which is using some 3rd party controls with looong paths. I cut down my project name to 3 characters and got past th…
-
I am currently trying to use emojionearea library. The library works fine with input which comes on pages init. In that jquery gets loaded and I can select emoji in such input field but I have some in…
-
Error: [$compile:ctreq] Controller 'select', required by directive 'ngOptions', can't be foun
How can I resolve this problem ?
-
**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):
…
vforv updated
3 years ago
-
i want to use $watch for the ng-model in input, so that once ng-model gets changed, I can use that to move my map around?
```
// when autolocation search changes
$scope.$watch('autolocation', functio…
-
**Nativescript version: 7.2.1
Angular CLI: 10.2.3
Platform: Android (specifically Android 11 for the most part looks like the issue)**
Been developing an app with the specific versions up above a…
-
I can confirm ion-google-place project works fine on iPhone until I add ng-cordova-oauth. ion-google-place and ng-cordova-oauth work fine independently.
As soon as I add the following line to www/in…
-
I want to use plugin with nativescript angular project template .I am not able show on page.
relevant code i am using
`detail.componet.ts
registerElement("AutoComplete", () =…