Skip to content

iOS: Button inside ScrollView not animate #7359

@webleaf

Description

@webleaf

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions