Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14413] MobileWeb: Cannot set a page to default Landscape mode

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T22:24:36.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterStephen Feloney
AssigneeChris Barber
Created2013-06-27T18:49:10.000+0000
Updated2018-04-04T23:20:27.000+0000

Description

Customer has ID cards that they want to display on a smartphone. By default they want the image to appear in Landscape mode. But they cannot do that with our MobileWeb solution. They would like the page that is displaying the image to be shown by default in Landscape.

Comments

  1. Bryan Hughes 2013-06-27

    Clarification question: are we talking about the orientation of the entire page (i.e. trying to set Ti.Gesture.orientation), or are we talking about the orientation of an image within a page (i.e the image looks rotated but the rest of the app is fine)?
  2. Stephen Feloney 2013-07-09

    Orientation of the entire page. They couldn't get the page to landscape by default. Not the entire app, just one particular page. So all pages are portrait and then you navigate to a certain page and they want that page to default to landscape.
  3. Chris Barber 2013-07-09

    @Stephen, Mobile Web does not support this. Even if they rotated their entire view using a 2DMatrix, scrolling would probably be a problem. Plus I imagine that the they would run into issues with the size of the viewport changing depending on the location of the url and navigation bar. In short, it's going to be a lot of work and will probably not work very well. We should just add proper orientation support to Mobile Web that would take into account device orientation and the orientation the app requests. This is a along the magnitude of a couple days of work and will likely still have parity issues with the other native platforms.
  4. Stephen Feloney 2013-07-09

    Ok. Let's see what we can get done. If we can't do this, let's do what you are suggesting.
  5. Lee Morris 2017-06-26

    Resolving as "Won't Fix" as MobileWeb has been deprecated.
  6. Eric Merriman 2018-04-04

    Closing as will not fix.

JSON Source