Raj

Results 6 comments of Raj
trafficstars

I was enable all the feature for run the ar app in emulator so i got the emulator from android studio and I was run the ARUnity Project from unity...

I'm also facing the same issue in nativescript angular

I want to get parent index when click the child.

Thank you yeah it was worked perfectly. Design File ``` ``` Ts File ``` onItemContentTap(event) { const data = event.data; console.log(event.index); console.log(event.childIndex); // Index is always one more than what...

Child Index returns wrong Value