openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #29106
Re: [Question #271659]: Stagemonitor and iOS9
Question #271659 on OpenLP changed:
https://answers.launchpad.net/openlp/+question/271659
István Máté posted a new comment:
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.
--
You received this question notification because your team OpenLP Core is
an answer contact for OpenLP.