What does this mean when I load an image:
Uncaught TypeError: Cannot read properties of undefined (reading 'getContext')
The strange behaviour is that it is not showing each time. In 50% of the cases the app does load right.
Thanx in advance!
What does this mean when I load an image:
Uncaught TypeError: Cannot read properties of undefined (reading 'getContext')
The strange behaviour is that it is not showing each time. In 50% of the cases the app does load right.
Thanx in advance!
Just saw this, @frank - hope you solved it. Sounds like it is not preloading perhaps and if it is getting it from cache it works and if not then there is an error?
Could also try loading a different picture and make sure the image is not corrupt - very rarely get that... like once in 10 years.