I have a widget made using widgetkit extension which have four tappable icons which opens specific screen in the app using deeplinks.
Link(destination: URL(string: deepLinkUrl)!) {
..... //tappable UI components
}
However, on tapping the area outside the icons, i.e the widget itself(the blank area), it opens the app by default. Is there any way to stop this default behaviour. Similar to Today widgets like whatsapp,snapchat