<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[scaling header footer with page]]></title><description><![CDATA[<p dir="auto">I am trying to figure out how to scale the blue tool bar above and the "powered by Mango Automation v3.2.2 ..." footer. I removed them from view completely by placing the pages at root level, but it didn't have the logout function and more importantly the dateBar for the watch list charts.<br />
On a phone,  those two things mentioned are overwhelmingly large especially when zooming in. The customer we built this frontend for is primarily using phones.</p>
<p dir="auto">Thanks in advance,</p>
]]></description><link>https://forum.mango-os.com/topic/3374/scaling-header-footer-with-page</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 23:57:15 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3374.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Mar 2018 16:46:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to scaling header footer with page on Tue, 03 Apr 2018 12:22:29 GMT]]></title><description><![CDATA[<p dir="auto">No problem, I'm glad you came right!</p>
]]></description><link>https://forum.mango-os.com/post/17887</link><guid isPermaLink="true">https://forum.mango-os.com/post/17887</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Tue, 03 Apr 2018 12:22:29 GMT</pubDate></item><item><title><![CDATA[Reply to scaling header footer with page on Mon, 02 Apr 2018 15:15:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/craigweb" aria-label="Profile: craigweb">@<bdi>craigweb</bdi></a> That worked beautifully. Exactly what I was wanting to a T. Thank you so much for sharing that in such detail!</p>
]]></description><link>https://forum.mango-os.com/post/17877</link><guid isPermaLink="true">https://forum.mango-os.com/post/17877</guid><dc:creator><![CDATA[sbaik]]></dc:creator><pubDate>Mon, 02 Apr 2018 15:15:56 GMT</pubDate></item><item><title><![CDATA[Reply to scaling header footer with page on Mon, 02 Apr 2018 09:37:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi  Sbaik</p>
<p dir="auto">I decided to play around with my UI and explore the watchlist API a little.   It is quite easy to achieve what you looking to do add the following code, to and your own date picker:</p>
<pre><code>&lt;div class="ma-designer-root" id="dd507d66-beac-4c6b-9286-e8c1af134436" style="width: 1366px; height: 768px; position: relative;"&gt;
    
    &lt;div layout="row" layout-xs="column"&gt;
    &lt;md-input-container flex=""&gt;
        &lt;label&gt;Preset&lt;/label&gt;
        &lt;ma-date-range-picker from="from" to="to" preset="LAST_1_DAYS" update-interval="5 seconds"&gt;&lt;/ma-date-range-picker&gt;
    &lt;/md-input-container&gt;
    &lt;md-input-container flex=""&gt;
        &lt;label&gt;From date&lt;/label&gt;
        &lt;ma-date-picker ng-model="from"&gt;&lt;/ma-date-picker&gt;
    &lt;/md-input-container&gt;
    &lt;md-input-container flex=""&gt;
        &lt;label&gt;To date&lt;/label&gt;
        &lt;ma-date-picker ng-model="to"&gt;&lt;/ma-date-picker&gt;
    &lt;/md-input-container&gt;
    &lt;/div&gt;
</code></pre>
<p dir="auto">Then in your watchlist html code edit the To and From attributes as follows.</p>
<pre><code>   &lt;ma-watch-list-chart id="436ab6ea-d020-4b10-9d30-deb74166780e" watch-list="designer.watchList" 
   points="designer.points" from="from" to="to" rollup-type="dateBar.rollupType" rollup- 
   intervals="dateBar.rollupIntervals" rollup-interval-period="dateBar.rollupIntervalPeriod" simplify- 
   tolerance="dateBar.simplifyTolerance" style="position: absolute; width: 400px; height: 200px; left: 155px; top: 201px;"&gt; 
   &lt;/ma-watch-list-chart&gt;
</code></pre>
<p dir="auto">You can then take your page back to the root level and you wont have the top Bar and your watchlist will use the new date picker you added.</p>
]]></description><link>https://forum.mango-os.com/post/17875</link><guid isPermaLink="true">https://forum.mango-os.com/post/17875</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Mon, 02 Apr 2018 09:37:09 GMT</pubDate></item><item><title><![CDATA[Reply to scaling header footer with page on Thu, 29 Mar 2018 15:31:32 GMT]]></title><description><![CDATA[<p dir="auto">Nice Dashboards btw. I am also mainly doing water monitoring and it is nice to see what other people are doing. I think if you really want to get rid of the bar you will need to add a date picker into your UI so you can put it back to root level. Should fit just above your watch list.   There is a demo code in the mango basics examples area.  Once you got that done you'll need to set your watchlists<br />
"from" and "to" to the same variables as your ng-model variable on the date-pickers.<br />
hope you come right, I haven't done this before, this is just what i've picked-up from reading the API docs.</p>
]]></description><link>https://forum.mango-os.com/post/17865</link><guid isPermaLink="true">https://forum.mango-os.com/post/17865</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 29 Mar 2018 15:31:32 GMT</pubDate></item><item><title><![CDATA[Reply to scaling header footer with page on Thu, 29 Mar 2018 12:55:25 GMT]]></title><description><![CDATA[<p dir="auto">This is on a Samsung s8 factory browser. I've looked at it on a iPhone 8 with Safari with same result.<br />
The page is set to scale obviously, and it would fill up the screen better without the blue bar above it. But the worst part is when you zoom.</p>
<p dir="auto"><img src="https://camo.nodebb.org/c30331d1d7c201ba34f791bde8761243460e0178?url=https%3A%2F%2Fi.imgur.com%2FISGxG5J.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://camo.nodebb.org/0dbbbb23f678c8cd80846c0dac8a64d0e45ba40e?url=https%3A%2F%2Fi.imgur.com%2FXQAxq0I.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
<img src="https://camo.nodebb.org/0a6e02e82107b9ba87e7de16a1619fe9c663b13d?url=https%3A%2F%2Fi.imgur.com%2FVfxdr9F.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/post/17864</link><guid isPermaLink="true">https://forum.mango-os.com/post/17864</guid><dc:creator><![CDATA[sbaik]]></dc:creator><pubDate>Thu, 29 Mar 2018 12:55:25 GMT</pubDate></item><item><title><![CDATA[Reply to scaling header footer with page on Thu, 29 Mar 2018 05:50:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sbaik" aria-label="Profile: sbaik">@<bdi>sbaik</bdi></a><br />
Hi there could you maybe take a screen shot with your phone.  I have tested my UIs on about 8 different phones and all my UIs scale nicely.<br />
Also have you added the page to your home screen? you gain some extra pixels by doing that.</p>
]]></description><link>https://forum.mango-os.com/post/17858</link><guid isPermaLink="true">https://forum.mango-os.com/post/17858</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 29 Mar 2018 05:50:38 GMT</pubDate></item></channel></rss>