@leydar wrote:
I have an app in which I was using Konva to create an interface on a canvas element. This was allowing for a header automatically by using:
stageMain = new Konva.Stage({ container: 'canvasHeating', width: window.innerWidth, height: window.innerHeight });
The canvas now appears under the header and overflows the screen requiring a vertical scroll. How should a full screen canvas element be defined/sized for a cross platform ionic mobile app?
Posts: 1
Participants: 1