web remote doesn't scale to screen

Bug #944510 reported by Samuel Findlay
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenLP
Fix Released
Medium
Samuel Findlay

Bug Description

The web remote doesn't seem to scale to fit the width of the device's screen. Instead, it appears 'zoomed out' as if viewing a standard desktop web page.

I have checked the issue occurs on: Android, Android Dolphin HD, iPhone 4, iPod Touch 2nd gen.

I think this is due to a change in jQuery Mobile as of beta 1, and we're using rc2 [1]

I think it can be fixed simply by inserting this tag into the header of each html file in /openlp/plugins/remotes/html
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1" />

[1] http://stackoverflow.com/questions/6440129/jquery-mobile-beta-1-now-shows-the-page-as-a-normal-website-in-mobile-browsers

Tags: remote

Related branches

Revision history for this message
Samuel Findlay (sfindlay) wrote :

Alternately:
<meta name="viewport" content="width=device-width, initial-scale=1">

http://jquerymobile.com/demos/1.0b1/docs/pages/page-template.html

Changed in openlp:
assignee: nobody → Samuel Findlay (sfindlay)
Changed in openlp:
status: New → In Progress
status: In Progress → Fix Committed
Changed in openlp:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.