on ‎2023 Aug 25 7:47 PM
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
This should apply here.
Personas scripting has no way to do it and using other methods in a flavor is not recommended, since it doesn't use the Personas scripting API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As always thanks for helping me @tamas.hoznek in difficult times. My user is not actually clicking the browser arrow but the back button we all have on our mobile? so will this work with it? I am using Velocity browser.
<script type="text/javascript">
window.history.forward();
function noBack()
{
window.history.forward();
}
</script>
<body onLoad="noBack();" onpageshow="if (event.persisted) noBack();" onUnload="">Thanks
Ritesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know that browser, but there is only one way to find out 🙂
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.