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

1.1.6 scrolling behavior in PageView. #235

Closed
codyfilatov opened this issue Jun 25, 2022 · 4 comments
Closed

1.1.6 scrolling behavior in PageView. #235

codyfilatov opened this issue Jun 25, 2022 · 4 comments

Comments

@codyfilatov
Copy link

1.1.6 scrolling causing odd behavior in PageView.

  • Set showcase view on an item inside of a PageView.
  • When targeting items near the edge of the screen it attempts to scroll.
  • Scroll bounces back and the target is in wrong location.

Can this new scrolling functionality be disabled? Occur on all devices in PageView.

@ITASerus
Copy link

same problem here

@dhaval-k-simformsolutions
Copy link
Collaborator

Hello @codyfilatov & @ITASerus, Can you guys please share some code of the implementation of these packages at your end by which you are facing the issue? Also, it will be great if you can attach the image/video of the issue you are facing for a better understanding.

@gbelintani
Copy link

gbelintani commented Jul 7, 2022

I have the same problem, I want to put a showcase on an action item in the app bar, which is part of a PageView.
Just as a test, I put the same element in the leading area of the app bar and the problem does not happen.

The showcase code:

return Padding(
              padding: EdgeInsets.all(10),
              child: Showcase(
                description: 'clique para ver sua comanda',
                key: keySeven,
                overlayPadding: EdgeInsets.all(5),
                child: IconButton(
                  icon: const Icon(Icons.receipt_outlined),
                  onPressed: () {
                    Navigator.of(context, rootNavigator: true)
                        .pushNamed('/tab');
                  },
                ),
              ),
            );

And a video attached
https://user-images.githubusercontent.com/490173/177852837-de2a9495-da33-4b18-a7a3-5494e8046607.mp4

@dhaval-k-simformsolutions
Copy link
Collaborator

The issue has been fixed in the latest release 1.1.7

dalas728 pushed a commit to dalas728/flutter-viewcase that referenced this issue Aug 12, 2024
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

4 participants