Post

Replies

Boosts

Views

Activity

Reply to Widget kit deep link
I've just got .widgetURL working, but how do i work that with a medium or large widget? I can't get a Link working. Its annoying to only be able to have one .widgetURL when my widget has multiple views Solved: My Link wasn't working inside of my View for some reason, but it worked when I put it around my view what didnt work: View(){ Link(){ ... } } Widget(){ View() } what did work: View(){ ... } Widget(){ Link(){ View() } }
Aug ’20