04-26-2022, 11:02 AM
Hi,
Intercepting of the browser back button only works sporadically in IW 15.2.53, mostly not at all.
I used the following settings for the server controller, which have always worked so far:
BackButtonOptions->Mode = bmInterceptForm;
BackButtonOptions->ShowMessage = true;
BackButtonOptions->WarningMessage = L"Please use the back button of the application";
BackButtonOptions->ReloadPage = false;
Regards
JuergenS
Intercepting of the browser back button only works sporadically in IW 15.2.53, mostly not at all.
I used the following settings for the server controller, which have always worked so far:
BackButtonOptions->Mode = bmInterceptForm;
BackButtonOptions->ShowMessage = true;
BackButtonOptions->WarningMessage = L"Please use the back button of the application";
BackButtonOptions->ReloadPage = false;
Regards
JuergenS

