I'm trying to create a webpage that launches a pop-up window with a set width and height. I would like the pop-up to have the same behavior as when I inspect the page and set a mobile device, meaning I can see the cursor has changed, the user-agent is different and I can actually scroll the page by keeping my mouse clicked on a part of the page and scroll down.
Is it possible to do so?
Thank you
I tried changing the pop-up window parameters in JavaScript but had no luck in finding anything that worked.