NativeScript / NativeScript/NativeScript
iOS: Button inside ScrollView not animate
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.