Page 1 of 1

back button.

Posted: 10 Apr 2018, 03:36
by TristanJo
WeChat Image_20180410163118.png
WeChat Image_20180410163118.png (1009.66 KiB) Viewed 2949 times
I want to use the Share button as a back button.

Please tell me how.

Re: back button.

Posted: 10 Apr 2018, 10:48
by mjau-mjau
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.
Image

If you really need to add it, you can try to add the link like this:
Code
"url": "javascript:window.history.back(-1);"

Re: back button.

Posted: 10 Apr 2018, 15:09
by TristanJo
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.