We are starting to get issues from some of our clients when running our corona app on a Windows machines. The rendering of the app is really bad and unusable.
I assumed it was because the machines being used had older graphics cards, but on Tuesday I happened across the same issue on a computer we owned so I could do some more investigating.
The computer in question has a Intel hd graphics 630 card which is integrated and supplied in an HP box. The Open GL that this card supports is 4.3.
The rendering is really bad with no clearing down of the pages during transition and it makes the app unusable. No errors are shown and the issue is purely graphics related.
I stripped our app back to one page with just one command on it: -
display.setDefault( "background", 1, 1, 1)
Which should set the background to white. Instead the background remains black.
I have tested this on the latest build and also the latest public build.
I will do some further testing when I can on older builds.
I amended a Corona simulator demo app with the above command and it was also ignored.
My worry is that this graphics card is popular with HP machines, it was released in 2017 and so should be OK.
Any help or advice or investigatory channels the team want me to pursue please let me know?