Last modified: 2012-02-24 02:52:33 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33892, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31892 - Android app should handle large images better when sections expand beyond device width
Android app should handle large images better when sections expand beyond dev...
Status: RESOLVED FIXED
Product: Wikipedia App
Classification: Unclassified
Generic (Other open bugs)
1.0.0 (Android)
All All
: Unprioritized enhancement
: ---
Assigned To: Brion Vibber
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-22 21:15 UTC by Tomasz Finc
Modified: 2012-02-24 02:52 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: Android
Assignee Huggle Beta Tester: ---


Attachments

Description Tomasz Finc 2011-10-22 21:15:33 UTC
Load the trauma center article in en wiki and notice that the article is nice and centered. Then expand the deifinitons within the united states tab which will reflow all the text to match the image width making it really hard to read. instead let's make the image scalars size the image for the appropriate width. Or we could put a place holder tell ing the user their is an image and then we could show it full screen.
Comment 1 Brion Vibber 2011-10-24 14:59:06 UTC
Is this Android-specific, or is this just a general MobileFrontend problem?
Comment 2 Phil Chang 2011-11-01 18:56:41 UTC
This is related to 32123. The issue here is that text is formatted to the width of a graphic that exceeds the screen width, and then horizontal scrolling is required.

What we want is:

Text keeps formatting to fit screen width, horizontal scrolling enabled so graphic can be viewed.
Comment 3 Brion Vibber 2011-12-12 04:30:59 UTC
I've had positive results in experiments adding styles like this:

a.image img {
  max-width: 100%;
  height: auto;
}

on at least current iOS and Android devices. Should be tested more thoroughly.
Comment 4 Phil Chang 2012-01-26 01:10:18 UTC
Brion, I think this is fixed. If not, please re-open.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links