nativescript-carousel icon indicating copy to clipboard operation
nativescript-carousel copied to clipboard

finite=false does not work on iOS

Open dpdragnev opened this issue 5 years ago • 4 comments

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.

dpdragnev avatar May 16 '20 02:05 dpdragnev

not sure if I'm correct, but I think it should work with ios:finite="false" , since an iOS specific property….

I-NOZex avatar Jun 19 '20 16:06 I-NOZex

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.

dpdragnev avatar Jun 19 '20 16:06 dpdragnev

Sorry, ignore the initial : (that is meant for vue.js binding) I'll edit to not create confusion in future reference

I-NOZex avatar Jun 19 '20 20:06 I-NOZex

I also have the same issue on Angular either ios:finite="false" or finite="false" is not working. TNS 6.5 & Angular 8.2

alonstar avatar Sep 14 '20 06:09 alonstar