I am trying to create a back button that when the user clicks on it, it will take them to the previous page.
I found this code of a medium post by the author of Jasonett but it doesn't work for me. It creates the label but I can't click on it
"layers": [{
"type": "label",
"text": "",
"style": {
"top": "10",
"right": "10",
"width": "100",
"height": "100"
},
"action": {
"type": "$back"
}
}]