Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実際には、Androidバージョンのphonegapアプリを縦向きモードのみに強制していますが、1つの画面を横向きにする必要がありました。ここで当たりました。どんな助けでも大歓迎です
CSS3 で BODY を 90 度に回転させることもできます。お気に入り:
body {transform:rotate(90deg);}