This gets even more interesting.
Are you able to access my apps?
I’ve taken what I thought the relevant parts are into a standalone app, and it is behaving properly, but in the original app, it is not.
The app “Video Consulting” demonstrates the issue. If you
- run the app (
- register and login
- Click “call now” in the list
- A new window is opened and in the JS console you’ll see that it tries to do a fe things before “Finished loading app” appears
If you load test_call_js it loads the same scripts and same sequence of events, but all the JS invocation happens AFTER “finished loading app” appears
Perhaps it is relating to opening the app in a new window, I’ll try and add that in and see if it has an impact.
