viewport renders on desktop app only but not on mobile

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By marcorexo

Hi,

I have a scene with two of the following node layouts layouts - each one rendering a separate chart:

Node2d
|
ViewportContainer
|
Viewport
|
Node2d (contains script for rendering lines)

Running the scene produces this output. The problem is it does not render at all if I run the scene on a mobile device.

I’m not seeing what I’m missing here. Can you help?

Thanks

Any progress? I have a similar issue.

headingwest | 2020-02-15 04:00