Currently, I am utilizing the DOJO framework to send form details to the server using the xhrPost method in JSON message format.
While this process is successful in many desktop browsers and some mobile browsers, I have encountered an error consistently on certain mobile devices.
I keep receiving the following error message: TypeError: Cannot read property 'style' of null
If anyone could offer assistance with resolving this issue, it would be greatly appreciated. Thank you.