Questions tagged [landscape]

A page or device orientation in which the horizontal axis is longer than the vertical axis.

A page or device orientation in which the horizontal axis is longer than the vertical axis. Contrast with portrait orientation, where the vertical axis is the major axis.

1434 questions
0
votes
0 answers

Barbecue Barcode printing Landscape problems

i'm having some trouble while printing Barbecue Barcodes when the page format is in Landscape. Any would know why? When the page is Portrait, the barcode is printed correctly, but in Landscape the code will appear blurry. PrinterJob job =…
0
votes
2 answers

Question about using landscape mode with custom images on the iPhone/iPad

Hey I just had a simple question about implementing landscape mode for an app, particularly running on the iPad (but I am sure the concept holds true for the iPhone). I have a custom background image that I am wanting to use for my root view. I…
Steve
  • 628
  • 1
  • 10
  • 18
0
votes
1 answer

ANDROID - after click button, go to landscape page

I have a problem.... First, I go to main page. After I click MASUK button, I hope I can go to BOARD VIEW which have landscape orientation. But I got error. public class MainActivity extends Activity { Button masuk; @Override protected void…
AndikaK
  • 137
  • 1
  • 15
0
votes
1 answer

Add view in landscape mode by programmatically

I have an application in landscape mode, now I am adding a view in appdelegate but it's showing as in portrait mode. it is 90 degree rotated below is my code added in appdelegate -(void)addProcessingView{ UIView*container = [[[UIView alloc]…
Parveen Tyagi
  • 155
  • 1
  • 1
  • 9
0
votes
3 answers

iPad required launch images

I'm developing a universal iOS app that only supports portrait and upside-down interface orientations. When supplying the launch images in Xcode, I see that I have warnings for landscape orientations, even having only portrait and upside down…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
0
votes
0 answers

Positioning a number images at the center using gridview per layout in landscape

Good day, can you help me with my memory game project? I want to display my images at the center-mid in my layout using array. I used the "GridView Layout" and "ImageAdapter extends BaseAdapter" but it forces the images to display in the upper left…
erwen
  • 1
  • 2
0
votes
1 answer

rotate text by 90 degrees in iOS

NSString *strFromInt = [NSString stringWithFormat:@"%d",score]; NSString *strFromInt2 = [NSString stringWithFormat:@"%ld",(long)highscore]; CGContextRef gc = UIGraphicsGetCurrentContext(); CGContextSetRGBFillColor(gc, 0, 0, 0, 1); …
0
votes
2 answers

Push direction changes after landscape rotation

I have landscape-only app. And navigation works well: when I push a new View, it gets loaded and shown by sliding from left to right. When it gets unloaded, the sliding from right to left. But, when I rotate the device, things change and the pushing…
gdm
  • 7,647
  • 3
  • 41
  • 71
0
votes
1 answer

making a wordpress slider display portrait and landscape image

Ok so i have to tell that i am not an expert in coding or stuff like that. Here is the problem that i have found. I did a website for a friend of mine and i have noticed that on the homepage the incorporated slider would not show images in portrait…
0
votes
0 answers

Disable device rotation

I have a problem and that is that in my application I allow the rotation of the device and also adapt the view, but in particular there is a view that I want to rotate the device is not change and look like when you do not allow rotation in…
user2652032
  • 85
  • 2
  • 9
0
votes
1 answer

Landscape not recognised on first load ios

I have a Navigation controller that takes a user to another view and lays out the new view based on which button the user clicked on and the orientation. I have a method called layout and I call this method in viewDidLoad, viewWillAppear, and…
Adam Altinkaya
  • 649
  • 1
  • 12
  • 23
0
votes
1 answer

Universal app and landscape orientation for iPad

I want to design a universal app that I'd want to support just portrait orientation. It's weird because Xcode allows you to select portrait orientation only in the target's Deployment Info settings (and in Info.plist), but reading the iOS Human…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
0
votes
1 answer

How to fix the orientation of the page to Landscape in Application Craft?

I have a adobe form which I need to incorporate in my mobile app which I created in application craft, But since the form is a little wide, opening it in Landscape solves my purpose. This is the reason I need the page to be fixed in Landscape while…
0
votes
1 answer

iPhone rotation won't rotate UIWebView

My view hierarchy looks like this: tab bar -> navigation bar -> table view -> view 1 -> view 2 (UIWebView) How can I rotate view 2 so it can be displayed in both landscape & portrait mode?
MAMN84
  • 1,400
  • 2
  • 13
  • 22
0
votes
2 answers

UITableView cell separator in landscape mode on iOS 7

I have a UITableViewController as my app's main view controller. When I rotate directly into landscape mode, everything is good and the table cells extend correctly across the screen. However, if I segue to another view, rotate into landscape, then…
fncbloke
  • 23
  • 6