<?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 - Button for mobile</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Button for mobile (reply)</title>
<content:encoded><![CDATA[<p>And this patch.</p>
<p>--- ./public/js/selfoss-events-entries.js<br />
+++ ./public/js/selfoss-events-entries.js<br />
@@ -45,6 +45,9 @@<br />
             var fullscreen = $('#fullscreen-entry');<br />
             fullscreen.html('&lt;div id=&quot;entrr'+parent.attr('id').substr(5)+'&quot; class=&quot;entry fullscreen&quot;&gt;'+parent.html()+'&lt;/div&gt;');<br />
             fullscreen.show();<br />
+<br />
+            fullscreen.find('.entry-content').show();<br />
+            fullscreen.find('.entry-toolbar').show();<br />
             <br />
             // set events for fullscreen<br />
             selfoss.events.entriesToolbar(fullscreen);</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=302</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=302</guid>
<pubDate>Thu, 04 Apr 2013 13:07:51 +0000</pubDate>
<dc:creator>kiyoshi</dc:creator>
</item>
<item>
<title>Button for mobile</title>
<content:encoded><![CDATA[<p>Button for Android (built-in and Firefox).</p>
<p>--- ./public/css/style.css      2013-03-14 17:00:12.000000000 +0900<br />
+++ ./public/css/style.css<br />
@@ -792,13 +792,23 @@<br />
             background-size:96px 40px;<br />
         }</p>
<p>+        #nav-mobile-next {<br />
+            position:fixed;<br />
+            left:100%;<br />
+            top:10px;<br />
+            margin-left:-48px;<br />
+            font-size: 48px;<br />
+            color: black;<br />
+            background: white;<br />
+            z-index: 2;<br />
+        }<br />
+<br />
         #nav-mobile-settings {<br />
             position:absolute;<br />
             width:29px;<br />
             height:29px;<br />
-            left:100%;<br />
+            left:0%;<br />
             top:10px;<br />
-            margin-left:-48px;<br />
             background:url(images/nav-mobile-settings.png) no-repeat;<br />
             background-size:29px 29px;<br />
         }<br />
--- ./public/js/selfoss-events.js       2013-03-15 10:39:38.000000000 +0900<br />
+++ ./public/js/selfoss-events.js<br />
@@ -178,6 +178,11 @@</p>
<p>         });</p>
<p>+        $('#nav-mobile-next').unbind('click').click(function () {<br />
+            $('.entry.selected.unread .entry-unread').click();<br />
+            selfoss.shortcuts.nextprev('next', true);<br />
+        });<br />
+<br />
         // login<br />
         $('#nav-login').unbind('click').click(function () {<br />
             window.location.href = $('base').attr('href')+&quot;?login=1&quot;;<br />
--- ./templates/home.phtml      2013-01-29 18:44:10.000000000 +0900<br />
+++ ./templates/home.phtml<br />
@@ -30,6 +30,7 @@<br />
     &lt;div id=&quot;nav-mobile&quot;&gt;<br />
         &lt;div id=&quot;nav-mobile-logo&quot;&gt;&lt;/div&gt;<br />
         &lt;div id=&quot;nav-mobile-settings&quot;&gt;&lt;/div&gt;<br />
+        &lt;div id=&quot;nav-mobile-next&quot;&gt;&amp;gt;&lt;/div&gt;<br />
     &lt;/div&gt;</p>
<p>     &lt;!-- navigation --&gt;</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=262</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=262</guid>
<pubDate>Sat, 30 Mar 2013 00:19:21 +0000</pubDate>
<dc:creator>kiyoshi</dc:creator>
</item>
</channel>
</rss>
