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

Wrong Placement in Web #194

Open
ardeshir-33033 opened this issue Sep 6, 2024 · 0 comments
Open

Wrong Placement in Web #194

ardeshir-33033 opened this issue Sep 6, 2024 · 0 comments

Comments

@ardeshir-33033
Copy link

I have been working with this library for some time and it was fine on the Mobile version.
on the web, however, there is a problem.
Screenshot 2024-09-06 at 8 50 31 PM
as you can see the tooltip does not place correctly in the browser.
I run it in the Flutter web in a Mobile browser.

This is the code:

TargetFocus(
       identify: "search-store-key",
       keyTarget: storesSearchCoachKey,
       focusAnimationDuration: Duration.zero,
       unFocusAnimationDuration: Duration.zero,
       contents: [
         TargetContent(
           align: ContentAlign.bottom,
           padding: const EdgeInsets.symmetric(horizontal: 20),
           builder: (context, controller) {
             return Container(width: 300,height: 100,color: Colors.white,);
               
            
           },
         )
       ],
     ),
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

1 participant