So, I was browsing the web to find out if there was any solution to block orientation. I found this:
http://www.w3.org/TR/css-device-adapt/
It states that with @viewport you should be able to block orientation, but I cannot find any support information or anything else. I just tried
@viewport{
orientation: portrait;
}
But he does nothing, no complaints about this?
source
share