nativescript-carousel
                                
                                
                                
                                    nativescript-carousel copied to clipboard
                            
                            
                            
                        finite=false does not work on iOS
Hello, First off, thank you for creating the plugin, very helpful.
I am trying to set the finite to false, but it does not seem to have any effect. I tried ios:finite="false" and finite="false" with no success.
I am testing on a physical iPhone device with OS 13.4 using NS 6.2.0.
Thank you.
not sure if I'm correct, but I think it should work with ios:finite="false" , since an iOS specific property….
Hmm, this does not seem right. The platform specific properties are usually specified as ios/android:property. I have never seen it with a : before the platform.
Sorry,  ignore the initial : (that is meant for vue.js binding)
I'll edit to not create confusion in future reference
I also have the same issue on Angular either ios:finite="false" or finite="false" is not working. TNS 6.5 & Angular 8.2