disable back button of servoy web client.

Hi All,

I am facing problem with the back button of the browser . It is sometimes taking me out of the application . How can I disable the back button of the Servoy web client ?.
or any way work it correctly for servoy web client ?. I am using Servoy 6.0.6 .

Please provide some suggestions on this.

Thanks,
aksrot426

As far as I know it is not possible to disable the browser back-button.

Something like this should work:

  • create a web page in which your solution will run inside an iframe (search in this forum for “iframe” for some tips)
  • provide users a link to this page that includes a _blank target, so that there is no history to go “back” to in the new browser window

The url of your solution will not be shown in the address bar, and the Back button will be greyed out … so the address bar has now become irrelevant. Perhaps run some js to hide the address/navigation bar of the browser window. (a web search will help with the code for this)

kazar
(yes, still occasionally lurking, hi everyone)