Post

Replies

Boosts

Views

Activity

Reply to Widget kit deep link
@jtepp, You said, "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:  Code Block View(){ Link(){ ... }}Widget(){ View()} what did work: Code Block View(){ ...}Widget(){ Link(){ View() }}" Could you actually show the example code? The way you have it doesn't make sense to me. Please?
Sep ’20