I have a following requirement:
- There is a static image (eg. Image of Tiger)
What I want to accomplish is that, if I click on any particular image part, it should carry out some function.
Eg. if I click on Head portion, it should say, "You clicked on head" if I click on Tail portion, it should say, "You clicked on tail"
Please help me on implementing this feature using Xamarin forms (for both Android and iOS)