Skip to main content
James_Chung
May 6, 2021
Solved

Prototype "Back" is not working in my prototype somehow

  • May 6, 2021
  • 26 replies
  • 9284 views

Hi Guys, i was create the “back” interaction. I set up as “tap” + “back” on an arrow. However, when i present, it doesnt go back to the previous screen. It seems like there is no interaction exist at the arrow.

May i know if the above set up is correct? Do i need to do extra links or set up in order for the arrow to work as “back” ?

Thank you!

This topic has been closed for replies.
Best answer by Marketa_Konecna

Hi, I had the same problem. I went back to design interface and in “stroke” area I changed from “inside” to “outside”. Now it is working. Hope it will be helpfull. 🙂

26 replies

July 24, 2023

Thank you so much!

September 20, 2023

omg! this worked for me. Thank you so much!!!

October 6, 2023

OMG you are a saviour! I have been trying so hard for the past 24 hrs … posted this question on random youtube videos and your trick worked. Thanks a tonn!

November 30, 2023

It worked!! Thank you

Tyrone1
March 24, 2024

Just a little addition here since I found myself coming back to this thread for the same issue again. The first time I had this issue, setting the stroke to ‘outside’ seems to have worked. However in a second version of my project I couldn’t get it to work properly again.

My solution was to simply expand the height of the frame the arrow was in and center the arrow in it. I think the issue was that because the arrow was just a stroke with a height value of ‘0’ (the arrow pointer is just a “decoration” to the stroke), the frame also had a height of ‘0’ which made it impossible to click. I changed the frame height to ‘15’ in my example and it worked fine with no other changes.

I’m not 100% sure my theory on why it wasn’t working is correct, but fixing the frame height did solve my issue.

If I’m correct in my assumption about the 0-value height, then flattening the arrow to make it a vector shape should also fix the frame height to the full height of the shape, at the expense of losing some editability.

EdwardChen
New Member
April 13, 2025

Hi, I had the same problem. I went back to design interface and in “stroke” area I changed from “inside” to “outside”. Now it is working. Hope it will be helpfull. 🙂

it worked,  thanks !!!