I have an application in which I would like to show the user approximately what a web page that they created might look like on a particular mobile device. For example, the iPhone5 has a 3" x 2.5" viewing area and I want to display a web page in a windows form to simulate what their page may look like on that device. For starters, I am creating a windows form that is the same size as the mobile device's viewing area. Within the form is a docked-full web browser control. I load their web page into the web browser control, but I want to simulate what the page would look like on the device, taking into account the target device's resolution. Any ideas on how to accomplish this?
↧