<?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[Dashboard looks great on most devices but bug on ipad and iphones.]]></title><description><![CDATA[<p dir="auto">Hi there ! I'm  trying to make a custom dashboard and it look great on desktop, android phone (all major browsers,...) but look crap on ipad and iphone. Look at both pictures, it's the same code. It even look great on a old android LG. I don't understand... any help/advices ?</p>
<p dir="auto">I have some errors of timout for modules: amcharts/plugin/export/export (require.js)</p>
<p dir="auto">desktop good:<br />
<img src="https://camo.nodebb.org/bbc5b31a7a71df4d2fae778148ac735e5b8a3d0d?url=https%3A%2F%2Fi.imgur.com%2FxSCvYh7.png" alt="0_1490905120807_desktop.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">ipad bugged:<br />
<img src="https://camo.nodebb.org/bafbc9ebe397396bb65f70ca7964380cb15d84d0?url=https%3A%2F%2Fi.imgur.com%2FFdUqGoK.png" alt="0_1490905133879_ipad.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/topic/2717/dashboard-looks-great-on-most-devices-but-bug-on-ipad-and-iphones</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 12:23:09 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2717.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Mar 2017 20:24:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dashboard looks great on most devices but bug on ipad and iphones. on Mon, 08 May 2017 17:39:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/philgdep" aria-label="Profile: philgdep">@<bdi>philgdep</bdi></a> Glad you got it worked out</p>
]]></description><link>https://forum.mango-os.com/post/14363</link><guid isPermaLink="true">https://forum.mango-os.com/post/14363</guid><dc:creator><![CDATA[Will Geller]]></dc:creator><pubDate>Mon, 08 May 2017 17:39:17 GMT</pubDate></item><item><title><![CDATA[Reply to Dashboard looks great on most devices but bug on ipad and iphones. on Sat, 06 May 2017 07:02:33 GMT]]></title><description><![CDATA[<p dir="auto">The problem was that I had an open balise.<br />
Wasn't using Sublime Text so didn't saw it in a long code.</p>
<p dir="auto">Still strange that it was working everywhere else than iPad...<br />
Maybe Chrome and FF are so smart that they correct the bad code themselves...</p>
]]></description><link>https://forum.mango-os.com/post/14354</link><guid isPermaLink="true">https://forum.mango-os.com/post/14354</guid><dc:creator><![CDATA[philgdep]]></dc:creator><pubDate>Sat, 06 May 2017 07:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to Dashboard looks great on most devices but bug on ipad and iphones. on Tue, 02 May 2017 17:27:50 GMT]]></title><description><![CDATA[<p dir="auto">If you used this layout as a starting point it should stack on small devices:</p>
<pre><code>&lt;div layout="column" layout-fill flex&gt;
    &lt;div flex="66" layout="column" layout-gt-sm="row"&gt;
        &lt;div flex layout="column"&gt;
            &lt;md-card flex&gt;
                &lt;md-card-content&gt;
                    Card 1
                &lt;/md-card-content&gt;
            &lt;/md-card&gt;
            &lt;md-card flex&gt;
                &lt;md-card-content&gt;
                    Card 2
                &lt;/md-card-content&gt;
            &lt;/md-card&gt;
        &lt;/div&gt;
        &lt;md-card flex&gt;
            &lt;md-card-content&gt;
                Card 3
            &lt;/md-card-content&gt;
        &lt;/md-card&gt;
    &lt;/div&gt;
    &lt;div flex layout="column" layout-fill&gt;
        &lt;md-card flex&gt;
            &lt;md-card-content&gt;
                Card 4
            &lt;/md-card-content&gt;
        &lt;/md-card&gt;
    &lt;/div&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto">Reading through the official angular material docs on layout should help you understand more on how this works:<br />
<a href="https://material.angularjs.org/latest/layout/introduction" rel="nofollow ugc">https://material.angularjs.org/latest/layout/introduction</a></p>
]]></description><link>https://forum.mango-os.com/post/14288</link><guid isPermaLink="true">https://forum.mango-os.com/post/14288</guid><dc:creator><![CDATA[Will Geller]]></dc:creator><pubDate>Tue, 02 May 2017 17:27:50 GMT</pubDate></item><item><title><![CDATA[Reply to Dashboard looks great on most devices but bug on ipad and iphones. on Thu, 30 Mar 2017 20:49:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi philgdep,</p>
<p dir="auto">I would encourage you to post your code!</p>
]]></description><link>https://forum.mango-os.com/post/14132</link><guid isPermaLink="true">https://forum.mango-os.com/post/14132</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Thu, 30 Mar 2017 20:49:05 GMT</pubDate></item></channel></rss>