NativeScript / NativeScript/NativeScript

iOS: Button inside ScrollView not animate

Open
#7,359 8 comments 0 reactions 1 assignee View on GitHub

@tsonevn is already working on this.

Since Jun 17, 2019.

bug
Dominant language
TypeScript
Stars
25.7k
Forks
1.7k
Avg merge
1d 5h
Merged PRs (30d)
35

Description

Environment
✔ Component nativescript has 6.0.2 version and is up to date.
✔ Component tns-core-modules has 6.0.3 version and is up to date.
✔ Component tns-android has 6.0.1 version and is up to date.
✔ Component tns-ios has 6.0.1 version and is up to date.

Describe the bug

<ScrollView>
    <StackLayout backgroundColor="white">
        <Button text="Test"/>
    </StackLayout>
</ScrollView>

Without wrapping with ScrollView, button is flashing on tap/click. But with ScrollView no animation occurs.

Additional context
Simulator iPhone SE 12.1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.