Would it be possible to have a modification of the simulator behaviour about the screenshot taking procedure?
What is certainly needed by developers who have BrowserComponents in their app's layout is being able to have screenshots with correct dpi of the BC.
At present time it is not possible to set the simulator window at exact device pixel width/height, even "zoom" state is not guarantee of exact pixel measure, I do not know why.
Furthermore, I see that when taking the screenshot the size changes just for a moment while the BC is not proportionated.
I could resort to sizing the simulator window up to a value in cm's that corresponds to official device physical size, being that the BC will be faithful to cm size on screen, it is native on Window, like on the devices.
At present time I can just set the size of the simulator window
and
take a screenshot by myself on Windows screen, not using the function of the simulator itself.
But this could be not possible, I have yet to check with third party utilities
because the MS utility cannot take all the area if it exceeds the screen dimensions,
like it happens with iPhoneX skin in portrait mode.
So it is a suggestion or a request, I do not know.
Regards