Share via

Coachmark view for Xamarin forms

Padhy, Niladri 21 Reputation points
2022-04-05T08:10:00.033+00:00

Hi Support,

How can we design Coachmark view in Xamarin Form which will compatible with both iOS and Android.

Looking for solution like below.
190101-xamarin-forms-guide-screen1.png

Developer technologies | .NET | Xamarin
0 comments No comments

Answer accepted by question author

  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,166 Reputation points Microsoft External Staff
    2022-04-06T02:48:47.563+00:00

    Hello,

    For Implementing the Coach Mark View in Xamarin.forms, you need to use AbsoluteLayout or Grid. They allow elements could overlay in layout.

    You can try the following steps:

    Step1. Use Gird to design the overlay style UI.

    Step2. Add TapGestureRecognizer to the overlay elements. For example, when user clicks the screen, the overlay element change their IsVisible Property to false.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.