Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ajax server error with cell phones
#2
Yes, of course you can disable it.

The default behavior is to display error messages to the end user. You can just disable it setting:

ServerController.JavaScriptOptions.AjaxErrorMode := emNone;

This will disable it completely. Or you can even set it to emConsole, which will write the errors to the browser console which is only visible if you explicitly open the developer tools in a desktop browser (F12)

By the way, do you have any timer active on your form posting server requests from time to time?
Reply


Messages In This Thread
Ajax server error with cell phones - by bob9999 - 08-22-2019, 06:59 PM
RE: Ajax server error with cell phones - by Alexandre Machado - 08-24-2019, 01:29 AM
RE: Ajax server error with cell phones - by kudzu - 09-08-2019, 05:51 PM
RE: Ajax server error with cell phones - by kudzu - 09-08-2019, 09:50 PM
RE: Ajax server error with cell phones - by kudzu - 09-15-2019, 01:58 PM
RE: Ajax server error with cell phones - by kudzu - 09-21-2019, 05:48 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)