-
Notifications
You must be signed in to change notification settings - Fork 456
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
While using ShowCase widget, not scrolling to respective widget when its not visible. #62
Comments
@ThalapathySiva It would be better if you could add some screenshots of the issue you're facing. |
I'm also having this issue. I'm not sure why this issue is labeled as needing more information as it's very clear what the issue is. I do not have an example to provide at this moment but can create one if needed since the original poster is unresponsive. I have a widget that is rendered in a scroll-able area and appears off screen below the bottom of the screen. While in portrait mode, it looks fine, if I turn the phone to landscape the showcase is no longer working as expected. A tool tip still pops up but there is no grey overlay. Another possibly related issue is the showcase hovering over items that are partially covered by other widgets. In my case, the bottom navigation bar. I can see responsibility for proper highlighting should go to this library. If that is not possible, at least adding a way to run code in preparation for the next showcase should be exposed. There is an on complete function for the current index but no before starting step function which is extremely useful in preparing the UI for the next showcase. |
Hi everyone! Please see my video with a quick example. Showcases 1, 2 and 3 are fine, but showcase 4's bubble doesn't gets complete displayed and showcase 5 for some reason makes the cool gray background disappear. Hope you guys can take a look and fix! BTW, cool widget, I love it :) |
I also experienced the issue. The workaround for me was to scroll to the component then show the showcase
|
Good idea, but don't use a timer. Use |
I am not sure if the lib should handle scrolling. But it should make it possible to integrate scrolling. The workaround of first scrolling to a position and then start the showcase does not wirk if you need to scroll between the steps. To scroll between steps try this:
Note that you cannot use a BTW: The same is true for navigating in between steps. I think this is currently not possible and should be made available by awaiting the |
After my last comment I decided to solve it and created the PR above. The active If you want to use it before the merge/release you can change your pubspec.yml dependency:
|
This is awesome @RobertHeim, thanks a lot for adding support to the scrolling. |
This is great @RobertHeim thanks so much! it's my first time to use a dependency like that before the merge.. is it safe to publish my app with it or should I wait till it's merged? |
Well, if you trust the un-published code then it is safe. The merge makes it more trustful, because merged code is considered to being reviewed by the package author. But keep in mind: You cannot update the lib until it will be merged. If the PR will not be merged then maintainability will be blocked. There will not be any merges of new features or fixes from main to this specific branch. However, you could do so on your own because everything relevant to this is open source. |
How can i remove circular progress indiactor ? |
Wait for the page to load
|
when i used the above code, showcase is not navigating to respective screen even in botttom, and overlay also not coming could anyone help with this? Thanks in adavance !
The text was updated successfully, but these errors were encountered: