<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Code to mimic Spacebar</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Code to mimic Spacebar</title>
<content:encoded><![CDATA[<p>I have written a small but utimately dirty hack to add an image to allow a image on screen to mimic a spacebar press.  It appears on all devices, but  was written for use on a tablet. </p>
<p>in Home.phtml, at the bottom under the :<br />
       &lt;div id=&quot;fullscreen-entry&quot;&gt;&lt;/div&gt;<br />
add<br />
       &lt;div style=&quot;position:fixed;bottom: 0%;right: 0%;z-index:10;&quot;&gt;&lt;img src=&quot;../public/images/arrow-down.png&quot; onClick=&quot;javascript:selfoss.shortcuts.spacebar();return false;&quot;&gt;&lt;/div&gt;</p>
<p>The position section of Bottom Right defines where I want it to appear, but Top Right also works.</p>
<p>Note that this is a quick and dirty hack, and does not fit in to the general design of the code.</p>
<p>Cian</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=309</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=309</guid>
<pubDate>Sat, 06 Apr 2013 09:06:44 +0000</pubDate>
<dc:creator>cian</dc:creator>
</item>
</channel>
</rss>
