Custom Size in Windows 8.1 Simulator

自作多情 提交于 2020-01-06 15:56:26

问题


I have been searching this over the web for 2 days now and I am still unable to get my hands on something helpful. I have to run my windows 8.1 app on large device (i-e 80 inches) having 4k(3840 X 2160) resolution. The max resolution I have on the windows simulator is 2560 x 1440 (i-e 27 inches). Is there any way that I can add custom screen size/resolution to windows simulator? or is there any other option available where I can test my app on 4k resolution?

PS: I don't have a 4k device with me right now, that's why I want to test it on some simulator.

Thanks in anticipation.


回答1:


The simulator doesn't support custom resolutions.

If you design your UI to be flexible and test it at a variety of resolutions and DPI levels you should be able to get a pretty good idea of how it will work. Running at 1920x1080 will give the same ratio as 3840x2160, just scaled by half in each direction.

You can request feature updates for the Windows Dev Platform at http://wpdev.uservoice.com



来源:https://stackoverflow.com/questions/26988639/custom-size-in-windows-8-1-simulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!