I was searching for how can i get the Actual screen size of a windows phone 8 device , i've found this method but it work only with Devices With GDR3 update
相关问题
- How to access the camera from my Windows Phone 8 a
- How to append a file, asynchronously in Windows Ph
- Save pictures to custom folder in media library
- How to show/hide (with animation if possible) a Ch
- How to debug running out of memory on Windows Phon
相关文章
- LongListSelector on WP8 linq-to-sql binding issue
- How to free image cache/memory in Windows Phone 8?
- How to Play youtube videos in windows phone 7?
- Custom Panel with Reorder and animations / transit
- WP8 HttpClient.PostAsync never returns result
- Windows Phone Phonecall with dtmf
- FlipView control is not available in Windows Phone
- Unable to load DLL 'sqlite3' - for Windows
You can find the screen size by using
and
On my Windows phone 8s they return 480x800 which is the correct screen size.
Note that the values returned are relative to portrait mode, if you're using landscape you'll have to invert them.
UPDATED : i've found this method