Arham Aalam Ansari

Results 7 comments of Arham Aalam Ansari

I'm searching for the same, seems like they do not have any option for destroy/delete, see: https://github.com/xtrinch/fcm-django/blob/d7298d893150882461ef3def9c5ef1691ed70f09/fcm_django/api/rest_framework.py#L106 The other approach would be to create a custom view to delete the...

getting the same problem, no change made when adding height and width.

Same issue when navigating to Webview again: By the way what's the main reason for this error? I/HwViewRootImpl(13365): removeInvalidNode all the node in jank list is out of time

> > > I'm not sure I follow. > > There are changed and finished events you can watch for > https://github.com/TheOriginalJosh/nativescript-ngx-slides/blob/master/slides/app/slides/slides.component.ts#L62 link is not valid now. can you share...

I am having same issue, I have created a separate global variable called _scene. When updating it like this it is not updating the scene. ``` face.position.setValues(x, y, z); _scene.update();...

Just tried this solution and it worked: ``` face.updateTransform(); ```