Opened 14 years ago

Closed 14 years ago

#1856 closed Bug (fixed)

iPhone web interface problem - footer bar

Reported by: bee27 Owned by: Gimp
Priority: Normal Milestone: 1.51
Component: Web Client Version: 1.50
Severity: Normal Keywords: iphone web interface footer
Cc: adam@…

Description

I noticed that when the iPhone web interface is in portrait mode and run full screen (from the home screen) the footer bar is displayed in the wrong place.

This is due to the lack of the address bar and toolbar in Mobile Safari.

I fixed the issue by adding some code to common.js to recognise when the iPhone is being used and it is in full screen mode - and alter the max-height of the container div accordingly

I've attached a patch for this.

Attachments (2)

iphone-footer.patch (571 bytes) - added by bee27 14 years ago.
iphone-footer-v2.patch (839 bytes) - added by bee27 14 years ago.

Download all attachments as: .zip

Change History (7)

Changed 14 years ago by bee27

comment:1 Changed 14 years ago by bee27

A screen shot of the problem can be found on my post here: http://forum.transmissionbt.com/viewtopic.php?p=34750#p34737

comment:2 Changed 14 years ago by bee27

  • Cc adam@… added

comment:3 Changed 14 years ago by livings124

  • Milestone changed from None Set to 1.51
  • Resolution set to fixed
  • Status changed from new to closed

trunk: r7932 1.5x: r7933

Changed 14 years ago by bee27

comment:4 Changed 14 years ago by bee27

  • Resolution fixed deleted
  • Status changed from closed to reopened

Just realised the code can be simplified by combining the if statements, I've attached a new patch for r7933.

comment:5 Changed 14 years ago by livings124

  • Resolution set to fixed
  • Status changed from reopened to closed

That shouldn't have an impact on anything.

Note: See TracTickets for help on using tickets.