How can I modify the criteria for the default visual states in template 10?
I would like to be able to distinguish between landscape mode on a phone versus a window on a PC or tablet.
NormalMinWidth is triggered by putting a phone in landscape mode. The issue is that the phone screen height in landscape mode is likely much less than a tablet or pc.
I would like to be able to have a different layout for NormalMinWidth on a phone versus a pc or tablet. For example I would like to add another visual state NormalMinWidthMinHeight that looks for a min screen height.
Any suggestions would be much appreciated.