Scrollable/dragable element inside canvas

I don’t know what its called,

Portrait:

Landscape:

hjgf

Hope the screenshot enough to explain, so its something like iframe method

Live sample https://cardgames.io/minesweeper/ this game using div and table element instead of canvas.

Is this thing can be achieved in Phaser 3 ? and how ? if not I can just find other ways.

Hi @William_Soeparjo,
You can use a second camera and modify its scroll properties.
Example:

If you place the board outside the screen, you would avoid having to use the ignore method of the main camera. In the example the main camera is on top to show the text (‘use cursors …’).

Good luck!!

Thank you!

Is there are a way to only show specific container?

There are a camera.ignore(gameObject); function, but I don’t find the whitelist one