I'm unable to load my OpenLaszlo application on iPhone (but able on iPad). When I run the Debug Console, the following error is reported:
JavaScript execution exceeded timeout. (LFCdhtml.js)
I'm running OpenLaszlo 4.9.0, DHTML Runtime.
Has anyone else run into this error? If so, how can I refactor my code so that I can avoid it? Other folks running into this error doing web development have suggested breaking down JavaScript execution in smaller parts:
https://stackoverflow.com/a/7787988
If I know the corresponding areas in my LZX file that I should break into parts, then I could follow the same approach.