python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to set XSSFSheet orientation to Landscape .NET NPOI
How do I set the Print Orientation of an XSSFSheet to Landscape in .NET?
I can only find Java related solutions for this, and this doesn't work in .NET:
printSetup.setLandscape(true);

Taylor Brown
Votes: 0
Answers: 1
Prompting user when viewing a website on an ipad to turn orientation to landscpape
I am wondering what I need to do when a user is viewing a website on an iPad / tablet device that they are prompted to rotate the iPad to landscape if it is in portrait mode.
I have done some research...
Paperskystudio
Votes: 0
Answers: 0
React native application is not using the simulated screen correctly
I recently moved my project from using Expo to React Native CLI. One problem I encounter is that the application is using the Ipad screen in landscape mode, as it was an iPhone in portrait mode. Even ...
Anders
Votes: 0
Answers: 0
MediaQuery.of(context) causing error in Flutter app
I have had this problem of android emulator Keyboard disappearing after clicking on TextFormField that I exposed in this topic
Here is the error :
Unhandled Exception: 'package:flutter/src/animation/a...

JS1
Votes: 0
Answers: 1