Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ios] selectedIndex binding does not work #52

Closed
PeterStaev opened this issue Mar 23, 2018 · 3 comments
Closed

[ios] selectedIndex binding does not work #52

PeterStaev opened this issue Mar 23, 2018 · 3 comments

Comments

@PeterStaev
Copy link

Under iOS if you bind selectedIndex to some model property it never selects the correct page. It just shows a blank screen. Once you try to swipe back/forth the content shows. Under android this works as expected.

Here is a playground demonstrating the problem: https://play.nativescript.org/?template=play-tsc&id=VfBiYQ

@triniwiz
Copy link
Owner

can you try adding disableAnimation="true" to the element and tell me how that goes

@PeterStaev
Copy link
Author

@triniwiz , this indeed worarounds the issue 👍

triniwiz added a commit that referenced this issue Mar 26, 2018
@triniwiz
Copy link
Owner

The new version also includes a fix for that so the disableAnimation is no longer needed

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants