Stagemonitor and iOS9

Asked by Jens Vanicek

Last week i updated my iPads to iOS9. Since then the stagemonitor does not show the content properly. Sometimes the content is magnified, so that there is just a part of the text in the screen and I have to scroll to see the rest. It is not possible to control the magnification manualy.

Other iPads without the update show the content as before.

Is this issue already known and is there a chance to fix it without waiting on a iOS-Update?

Thank you for a short answer!

Jens

Question information

Language:
English Edit question
Status:
Solved
For:
OpenLP Edit question
Assignee:
Tomas Groth Edit question
Solved by:
Tomas Groth
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Tomas Groth (tomasgroth) said :
#2

Hi Jens

I assume you're using OpenLP 2.0?
We will release a new stable version in a few weeks: OpenLP 2.2. It contains updates and fixes, and I think it will fix this issue as well.
You can already now test it by downloading the latest test-release 2.1.6. Do note that it is not easy to downgrade when you have first updated.

Revision history for this message
Tomas Groth (tomasgroth) said :
#3

changed status to open

Revision history for this message
Best Tomas Groth (tomasgroth) said :
#4

Hi Jens,

I just got my hands on an iOS9 device and unfortunately this issue also exists in the new versions of OpenLP. I've created a bug report in our tracker: https://bugs.launchpad.net/openlp/+bug/1503689
The issue is a bug in iOS9, so for now let's hope Apple fixes this. It seems a workaround is possible, but we haven't had time to look at it yet. Keep an eye on the bug I created to keep yourself updated on what we do.

Revision history for this message
Jens Vanicek (6-jens) said :
#5

Hi Tomas,

thank you for your answer. Last week I updated OpenLP to 2.1.6 and found that the bug still exists. I will check the bug-tracker to see whats going on.

I hope that there will be a solution very soon, because some people in our band hold back the iOS-Update just because of this problem.

But the stage-Feature is so useful, we really need it every singel week during our service.
So thank you for your work on OpneLP. We really appreciate it!

Jens

Von unterwegs gesendet. Daher kurz und knapp :-)

Am 07.10.2015 um 15:42 schrieb Tomas Groth <email address hidden>:

Your question #271659 on OpenLP changed:
https://answers.launchpad.net/openlp/+question/271659

   Status: Open => Answered

Tomas Groth proposed the following answer:
Hi Jens,

I just got my hands on an iOS9 device and unfortunately this issue also exists in the new versions of OpenLP. I've created a bug report in our tracker: https://bugs.launchpad.net/openlp/+bug/1503689
The issue is a bug in iOS9, so for now let's hope Apple fixes this. It seems a workaround is possible, but we haven't had time to look at it yet. Keep an eye on the bug I created to keep yourself updated on what we do.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/openlp/+question/271659/+confirm?answer_id=3

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/openlp/+question/271659

You received this question notification because you asked the question.

Revision history for this message
Jens Vanicek (6-jens) said :
#6

Thank you for opening this bug...

Revision history for this message
Jens Vanicek (6-jens) said :
#7

Hi, I just wanted to let you know that after the update to iOS 9.1 the problem still exists!

Would be nice if you could find a solution…

Greets Jens

> Am 07.10.2015 um 15:42 schrieb Tomas Groth <email address hidden>:
>
> Your question #271659 on OpenLP changed:
> https://answers.launchpad.net/openlp/+question/271659
>
> Status: Open => Answered
>
> Tomas Groth proposed the following answer:
> Hi Jens,
>
> I just got my hands on an iOS9 device and unfortunately this issue also exists in the new versions of OpenLP. I've created a bug report in our tracker: https://bugs.launchpad.net/openlp/+bug/1503689
> The issue is a bug in iOS9, so for now let's hope Apple fixes this. It seems a workaround is possible, but we haven't had time to look at it yet. Keep an eye on the bug I created to keep yourself updated on what we do.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/openlp/+question/271659/+confirm?answer_id=3
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/openlp/+question/271659
>
> You received this question notification because you asked the question.

Revision history for this message
Azaziah (suutari-olli) said :
#8

Hello Jens and thanks for reporting!

Could you try this with a different web browser?
This might be a bug in Safari web browser.

You could try Firefox for an example.
https://itunes.apple.com/us/app/firefox-web-browser/id989804926?mt=8

If this works, please let us know.

Our development resources are very limited,
but I hope we could get this fixed someday.

All the best,

Azaziah

Revision history for this message
István Máté (stephanvs) said :
#9

I had this issue as well. I have the following lines to the stage.html in the <head></head> section:

<head>
  <meta charset="utf-8" />
  <title>${stage_title}</title>
  <link rel="stylesheet" href="/files/stage.css" />
  <link rel="shortcut icon" type="image/x-icon" href="/files/images/favicon.ico">
  <script type="text/javascript" src="/files/jquery.min.js"></script>
  <script type="text/javascript" src="/files/stage.js"></script>
  <meta name="apple-mobile-web-app-capable" content="yes" />
  <meta name="mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  <link rel="icon" sizes="16x16" href="/files/images/appicon_16.png">
  <link rel="icon" sizes="32x32" href="/files/images/appicon_32.png">
  <link rel="icon" sizes="48x48" href="/files/images/appicon_48.png">
  <link rel="icon" sizes="256x256" href="/files/images/appicon_256.png">
  <link rel="apple-touch-icon" href="/files/images/appicon_256.png"/>
</head>

Not sure which line does the fix, but it works.