Unusual request. All mobile browsers have their own back/forward buttons, and how do you know the user did not arrive directly on the page? If so, back button will not work anyway.
If you really need to add it, you can try to add the link like this:
mjau-mjau wrote:
Unusual request. All mobile browsers have their own back/forward buttons, and how do you know the user did not arrive directly on the page? If so, back button will not work anyway.
If you really need to add it, you can try to add the link like this:
Code
"url": "javascript:window.history.back(-1);"
Wow thank you.
This is necessary because when i connect via the link in the SNS (wechat) window,
the website is shown with the backlink disabled.