back button.
Posted: 10 Apr 2018, 03:36
I want to use the Share button as a back button.
Please tell me how.
Please tell me how.
"url": "javascript:window.history.back(-1);"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);"