Hello there,
I am currently observing a really weird behavior of the alert function. I have been fighting with it now for days to get it solved and tries many different setups in my app. Unfortunately, I am not able to share my app due to confidentiality and was not able to reproduce it in a shareable application.
However, alerts are only working when being used for the first time in an app session. So something like:
alert(‘This is an alert!”)
alert(‘This is alert #2!”)
does not work. The first alert is shown as expected, but after clicking OK, which closes the alert successfully, nothing happens anymore. There is no Error or Exception showing up, it simply stops executing the code then… So even the code right after this snipped is not being executed.
Has anyone of you experienced the same or similar issues?
Thanks in advance!