Is there some solution for target all tablets landscape or portrait with css without media queries for each tablet. What is the best solution. I found a lot media queries for tablets. Is there some simple solution. Is there some solution with js for targeting tablets landscape.
Asked
Active
Viewed 172 times
-3
-
3Using media queries ***is*** the simple solution – charlietfl Nov 12 '18 at 21:14
-
1Why do you not want to use media queries? – epascarello Nov 12 '18 at 21:19
-
https://stackoverflow.com/questions/4917664/detect-viewport-orientation-if-orientation-is-portrait-display-alert-message-ad – epascarello Nov 12 '18 at 21:20
-
There is media queries for ipad, ipad pro, ipad 10" , galaxy tabs....., for one css property need to write to meny queries, and there is many tablets where code dont work.... – Ismeet Nov 12 '18 at 21:45
-
This is very useful qustion, i need professional solution.... – Ismeet Nov 13 '18 at 04:11
1 Answers
0
Have you tried orientation ?
[ https://developer.mozilla.org/en-US/docs/Web/CSS/@media/orientation ]

Amit Bhoyar
- 1,007
- 5
- 20
-
When use orientation that target all device include desktop, ipad pro have 1024px x 1366px rezolution – Ismeet Nov 13 '18 at 04:09