If i use renderWithOffscreenBuffer: false, canvas is working well on android, but not working on ios. If i use renderWithOffscreenBuffer: true - all devices works well, but how can i clear image now? Every methods like clearRect - not working. So question is - how can i clear and update canvas when i use renderWithOffscreenBuffer? Thanks.
If i use renderWithOffscreenBuffer: false, canvas is working well on android, but not working on ios. If i use renderWithOffscreenBuffer: true - all devices works well, but how can i clear image now? Every methods like clearRect - not working. So question is - how can i clear and update canvas when i use renderWithOffscreenBuffer? Thanks.