<?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[Browser &#x2F; Flex compatibility]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/3744/fix-cursor-point-position-on-ma-serial-chart">Fix Cursor-Point position on ma-serial-chart</a></p>
<p dir="auto">Hey Guys,</p>
<p dir="auto">It has been pointed out that while this page renders fine in Chrome, Firefox and Edge do not pack everything together nicely ( they add lots of vertical space) maybe my Flex is not quite right?</p>
<p dir="auto">Any ideas / pointers? I am going to go add -xs to various flex tags, maybe they all need that or something?</p>
<p dir="auto">Also, I am trying to access my cloud mango with iexplore, I can't even get a login prompt (just a static orange circle) any guess what the issue is?</p>
<p dir="auto">Thanks,<br />
Alex</p>
]]></description><link>https://forum.mango-os.com/topic/3836/browser-flex-compatibility</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 01:50:44 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/3836.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Oct 2018 15:25:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Fri, 12 Oct 2018 15:50:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi mrlucretius</p>
<p dir="auto">I got lucky and the first thing I tried was to remove the first div: <code>&lt;div class="ma-designer-root" id="jhodges" style="max-width: 1024px;"&gt;</code> .  I actually always remove the default div that the designer creates when I do responsive pages.</p>
]]></description><link>https://forum.mango-os.com/post/20217</link><guid isPermaLink="true">https://forum.mango-os.com/post/20217</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Fri, 12 Oct 2018 15:50:55 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 16:39:45 GMT]]></title><description><![CDATA[<p dir="auto">I dont know why anyone supports iexplore....</p>
<p dir="auto"><strong>I think I resolved the issue.</strong> Thanks to you guys who reminded me about the dev tools and how to use them.</p>
<p dir="auto">The main flex rows need to NOT have a "layout-fill" attribute, while the columns do have a "layout-fill" attribute.</p>
<p dir="auto">Like so correct for Firefox  (Edge ? I cannot test at the moment):</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges" style="max-width: 1024px;"&gt;
    &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

	&lt;div flex="" layout="row" layout-xs="column" layout-wrap&gt;
        &lt;div flex="" layout-xs="column" layout-fill layout-wrap&gt;
</code></pre>
<p dir="auto">Incorrect: (works for chrome but not firefox) the "row" column should not have the "layout-fill" attribute:</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges" style="max-width: 1024px;"&gt;
    &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

	&lt;div flex="" layout="row" layout-xs="column" layout-fill layout-wrap&gt;
        &lt;div flex="" layout-xs="column" layout-fill layout-wrap&gt;	
</code></pre>
<p dir="auto">Thanks,<br />
Alex</p>
]]></description><link>https://forum.mango-os.com/post/20208</link><guid isPermaLink="true">https://forum.mango-os.com/post/20208</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Thu, 11 Oct 2018 16:39:45 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 16:14:02 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Ignoring my IE login issues....</p>
</blockquote>
<p dir="auto">We expressly do not support IE. If it works, okay, but it's not something we address. Chrome, Firefox, and Edge should all work.</p>
]]></description><link>https://forum.mango-os.com/post/20207</link><guid isPermaLink="true">https://forum.mango-os.com/post/20207</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Thu, 11 Oct 2018 16:14:02 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 16:11:47 GMT]]></title><description><![CDATA[<p dir="auto">Hi Mrlucretius</p>
<p dir="auto">Ill have a look and see what I can find.</p>
]]></description><link>https://forum.mango-os.com/post/20205</link><guid isPermaLink="true">https://forum.mango-os.com/post/20205</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Thu, 11 Oct 2018 16:11:47 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 16:00:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrlucretius" aria-label="Profile: mrlucretius">@<bdi>mrlucretius</bdi></a> said in <a href="/post/20200">Browser / Flex compatibility</a>:</p>
<blockquote>
<p dir="auto">na pull the link in a bit... I appreciate it.<br />
After so many years of internet, why cannot browsers be standardized? Gah. I used to be a web developer lon</p>
</blockquote>
<p dir="auto">Ignoring my IE login issues....</p>
<p dir="auto">Ok, to be clear, here is the page I am referring to. This loads fine in Chrome, but loads with lots of space (ie vertical packing is not tight) in Firefox, Edge.</p>
<p dir="auto">I will dig into it but maybe someone has a few pointers?</p>
<p dir="auto">Thanks,<br />
Alex</p>
<pre><code>&lt;div class="ma-designer-root" id="jhodges" style="max-width: 1024px;"&gt;
    &lt;ma-now output="time" update-interval="1 SECONDS"&gt;&lt;/ma-now&gt;

	&lt;div flex="" layout="row" layout-xs="column" layout-fill="" layout-wrap=""&gt;
        &lt;div flex="" layout-xs="column"&gt;	
	
        	&lt;!-- ##################### chart1: meter 1 charts kWh ######################### --&gt;
        
            &lt;div id="title-m1-kWh" style="width:100%; text-align: center;"&gt;St. Clair Walker Middle  - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kW" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kWh" series-1-values="pt_Meter1.kWh_Values" point-title="JHodges.Meter1.kWh" default-type="line" series-1-title="JHodges.Meter1.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
        	
    	&lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
        	
        	&lt;!-- ##################### chart2: meter 1 charts kW ######################### --&gt;
        
            &lt;div id="title-m1-kW" style="width:100%; text-align: center;"&gt;St. Clair Walker - Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m1-kWh" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter1.kW" series-1-values="pt_Meter1.kW_Values" point-title="JHodges.Meter1.kW" default-type="line" series-1-title="JHodges.Meter1.kW"&gt;
            &lt;/ma-serial-chart&gt;
            
    	&lt;/div&gt;
	&lt;/div&gt;
            
    &lt;div flex layout="row" layout-xs="column" layout-fill layout-wrap&gt;
        &lt;div flex layout-xs="column"&gt;	
	
        	&lt;!-- ##################### stats1 ######################### --&gt;
        	
        	&lt;div layout="row"&gt;
        	    &lt;div id="lb-m1-title" style="width:100%; height: 25px; text-align: center; margin: 10px;"&gt;St. Clair Walker Middle Annual Offsets:&lt;/div&gt;
        	&lt;/div&gt;
        	
        	&lt;div layout="row"&gt;
                &lt;div id="lb-m1-miles" style="width:60%; height: 25px; text-align: right;"&gt;Miles Driven in a Car:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-miles" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_4e6c1706-9429-42da-9852-dcdcc74c72b2" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
        
            &lt;div layout="row"&gt;
                &lt;div id="lb-m1-houses" style="width:60%; height: 25px; text-align: right;"&gt;Single House Energy Usage:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-houses" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_4d6ba9d6-116a-4922-9841-515a22710174" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m1-forest" style="width:60%; height: 25px; text-align: right;"&gt;Acres of U.S. Forest:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-forest" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_2dc969dd-e452-4ead-b321-b95d9e726058" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m1-co2" style="width:60%; height: 25px; text-align: right;"&gt;Metric Tons of CO2:&lt;/div&gt;
                &lt;ma-point-value id="dp-m1-co2" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_b6888a31-5473-4af1-bb40-e300767de812" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
        
        &lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
    	
        	&lt;!-- ##################### gauges m1 ######################### --&gt;
        
        	&lt;div flex layout="row"&gt;
                &lt;div layout="column" style="width: 50%;"&gt;	
                    &lt;ma-gauge-chart id="gauge-m1-irradiance" style="width: 200px; height: 200px; margin-left: auto;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;  
                &lt;/div&gt;
                &lt;div layout="column" style="width: 50%;"&gt;	
        	        &lt;ma-gauge-chart id="gauge-m1-kW" style="width: 200px; height: 200px; margin-right: auto;" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
        	    &lt;/div&gt;
        	&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;	
    	
    	
	&lt;div flex="" layout="row" layout-xs="column" layout-align="space-between" layout-fill="" layout-wrap=""&gt;
        &lt;div flex="" layout-xs="column"&gt;	
	
        	&lt;!-- ##################### chart3: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kWh" style="width:100%; text-align: center;"&gt;Elementary School - Total kWh Generated&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kW" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kWh" series-1-values="pt_Meter2.kWh_Values" point-title="JHodges.Meter2.kWh" default-type="line" series-1-title="JHodges.Meter2.kWh" export="true"&gt;
            &lt;/ma-serial-chart&gt;
    	
	    &lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
    	
        	&lt;!-- ##################### chart4: meter 2 chart kW ######################### --&gt;
        
            &lt;div id="title-m2-kW" style="width:100%; text-align: center;"&gt;Elementary School -  Realtime kW Generation&lt;/div&gt;
            &lt;ma-serial-chart id="chart-m2-kWh" style="width:100%; height: 200px;" balloon="true" legend="true" series-1-point="pt_Meter2.kW" series-1-values="pt_Meter2.kW_Values" point-title="JHodges.Meter2.kW" default-type="line" series-1-title="JHodges.Meter2.kW"&gt;
            &lt;/ma-serial-chart&gt;
    	
        &lt;/div&gt;
    &lt;/div&gt;	
    
    &lt;div flex="" layout="row" layout-xs="column" layout-align="space-between" layout-fill="" layout-wrap=""&gt;
        &lt;div flex layout-xs="column"&gt;	
    
            &lt;!-- ##################### stats2 ######################### --&gt;

        	&lt;div layout="row"&gt;
        	    &lt;div id="lb-m2-title" style="width:100%; height: 25px; text-align: center; margin: 10px;"&gt;Elementary School Annual Offsets:&lt;/div&gt;
        	&lt;/div&gt;
        	
        	&lt;div layout="row"&gt;
                &lt;div id="lb-m2-miles" style="width:60%; height: 25px; text-align: right;"&gt;Miles Driven in a Car:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-miles" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_c1da17c5-d74e-4aac-8abb-206d6c659ca8" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
        
            &lt;div layout="row"&gt;
                &lt;div id="lb-m2-houses" style="width:60%; height: 25px; text-align: right;"&gt;Single House Energy Usage:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-houses" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_5a2e9fc3-f3f7-48b7-8deb-ea2b94acadf5" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m2-forest" style="width:60%; height: 25px; text-align: right;"&gt;Acres of U.S. Forest:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-forest" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_e2f44dbe-151d-43d3-a124-bb335bd1e81e" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;
            
            &lt;div layout="row"&gt;
                &lt;div id="lb-m2-co2" style="width:60%; height: 25px; text-align: right;"&gt;Metric Tons of CO2:&lt;/div&gt;
                &lt;ma-point-value id="dp-m2-co2" style="width: 40%; height: 25px; text-align: left; margin-left: 20px;" point-xid="DP_627b4c23-461a-47f8-9d44-437d54b7128c" enable-popup="hide"&gt;&lt;/ma-point-value&gt;
            &lt;/div&gt;

        &lt;/div&gt;
        &lt;div flex="" layout-xs="column"&gt;
    	
        	&lt;!-- ##################### gauges m2 ######################### --&gt;
        	 &lt;div flex="" layout="row"&gt;
                &lt;div layout-xs="column" style="width: 50%;"&gt;	
                &lt;ma-gauge-chart id="gauge-m2-irradiance" style="width: 200px; height: 200px; margin-left: auto;" point-xid="JHodges_DP_e0f6a6e0-1022-42af-8d0b-a7a87f0189ca" end="1300" start="0" interval="100" band3-color="rgb(0, 163, 0)" band3-end="1300" band2-end="800" band1-color="rgb(255, 0, 0)" band1-end="400"&gt;&lt;/ma-gauge-chart&gt;
                &lt;/div&gt;
                &lt;div layout-xs="column" style="width: 50%;"&gt;	
    	            &lt;ma-gauge-chart id="gauge-m2-kW" style="width: 200px; height: 200px; margin-right: auto;" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf" end="500" start="0" interval="100"&gt;&lt;/ma-gauge-chart&gt;
    	        &lt;/div&gt;
            &lt;/div&gt;   
        &lt;/div&gt;
	&lt;/div&gt;
	
	    &lt;!-- ##################### meter 1 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m1-kWh" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter1.kWh_Values" point="pt_Meter1.kWh" point-xid="JHodges_DP_ec50e6e5-95bb-40f2-850c-96c7c712baa8"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m1-kW" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter1.kW_Values" point="pt_Meter1.kW" point-xid="JHodges_DP_4d0640de-59a5-488c-8f90-6924dcf44be5"&gt;
    &lt;/ma-point-values&gt;

    &lt;!-- ##################### meter 2 ma-point-values ######################### --&gt;
    
    &lt;ma-point-values id="pt-m2-kWh" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter2.kWh_Values" point="pt_Meter2.kWh" point-xid="JHodges_DP_c56ff01c-a145-408d-bdfb-65322622c164"&gt;
    &lt;/ma-point-values&gt;
        
    &lt;ma-point-values id="pt-m2-kW" style="width:100%; height: 20px;" to="dateBar.to" from="dateBar.from" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" rollup="SIMPLIFY" values="pt_Meter2.kW_Values" point="pt_Meter2.kW" point-xid="JHodges_DP_1ec557de-0f77-4436-bf2c-3d276e4ccabf"&gt;
    &lt;/ma-point-values&gt;

&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/20201</link><guid isPermaLink="true">https://forum.mango-os.com/post/20201</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Thu, 11 Oct 2018 16:00:09 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 15:56:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phildunlap" aria-label="Profile: phildunlap">@<bdi>phildunlap</bdi></a></p>
<p dir="auto">Ok ya thanks. I was gonna pull the link in a bit... I appreciate it.</p>
<p dir="auto">After so many years of internet, why cannot browsers be standardized? Gah. I used to be a web developer long ago, now I find myself slipping back into the role. Sigh.</p>
<p dir="auto">-Alex</p>
]]></description><link>https://forum.mango-os.com/post/20200</link><guid isPermaLink="true">https://forum.mango-os.com/post/20200</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Thu, 11 Oct 2018 15:56:18 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 15:52:35 GMT]]></title><description><![CDATA[<p dir="auto">I removed the link to your Mango. I don't think it's in your interest to post such a thing on the forum. But, because I know who you are, I took a visit and can report it loaded without issue. My first reply was only with regards to the login page not coming up. I've little insight to offer on browser idiosyncrasies!</p>
]]></description><link>https://forum.mango-os.com/post/20199</link><guid isPermaLink="true">https://forum.mango-os.com/post/20199</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Thu, 11 Oct 2018 15:52:35 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 15:50:49 GMT]]></title><description><![CDATA[<p dir="auto">In iexplore, here is the page source, I se nothing obviously wrong in the Iexplorer development tools:</p>
<pre><code>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;meta http-equiv="x-ua-compatible" content="ie=edge"&gt;
    &lt;title ng-bind="titleText"&gt;Mango v3&lt;/title&gt;
    &lt;meta name="description" content=""&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;
    &lt;meta name="mobile-web-app-capable" content="yes"&gt;
    &lt;meta name="apple-mobile-web-app-capable" content="yes"&gt;
    &lt;base href="/ui/"&gt;

    &lt;link rel="icon" type="image/png" sizes="192x192" href="/modules/mangoUI/web/img/icon192.png?v=04b2746ec86fd5c5674b8eee6ef2072f"&gt;
    &lt;link rel="icon" type="image/png" sizes="128x128" href="/modules/mangoUI/web/img/icon128.png?v=933195cd71b13ed0313ef87767b74e66"&gt;
    &lt;link rel="icon" type="image/png" sizes="96x96" href="/modules/mangoUI/web/img/icon96.png?v=ac12cb02d70c7c36ab6e7c2a7eb5e6e9"&gt;
    &lt;link rel="icon" type="image/png" sizes="32x32" href="/modules/mangoUI/web/img/icon32.png?v=b86f9773618055c350a46380d04d0714"&gt;
    &lt;link rel="icon" type="image/png" sizes="16x16" href="/modules/mangoUI/web/img/icon16.png?v=9e1425b2887d1883c266d54478c8af52"&gt;
    &lt;link rel="apple-touch-icon" type="image/png" sizes="128x128" href="/modules/mangoUI/web/img/icon128.png?v=933195cd71b13ed0313ef87767b74e66"&gt;
    &lt;link rel="manifest" href="/modules/mangoUI/web/ui/manifest.json?v=6adfd6d26015f7aa95abe22e893d6593"&gt;
    
    &lt;link rel="stylesheet" href="/modules/mangoUI/web/ui/styles/preBoot.css?v=5305454c3bd4d8d37740f6c074b2553c"&gt;
    &lt;meta name="user-styles-after-here" content=""&gt;
&lt;/head&gt;

&lt;body layout="column" ng-class="{'ma-api-down': !mangoWatchdog.apiUp, 'ma-logged-out': !mangoWatchdog.loggedIn, 'ma-mobile': !$mdMedia('gt-sm'), 'ma-phone': $mdMedia('xs')}"
      md-theme="{{uiSettings.activeTheme}}" md-colors="{background: 'background'}"&gt;
    &lt;div id="loading-bar-container" md-colors="{color: 'accent-hue-2'}"&gt;&lt;/div&gt;
    
	&lt;div ng-if="::appLoading" class="app-loading"&gt;
		&lt;svg class="ma-ui-spinner" width="65px" height="65px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"&gt;
		   &lt;circle fill="none" stroke-width="6" stroke-linecap="round" cx="33" cy="33" r="30" stroke="#FF8500"&gt;&lt;/circle&gt;
		&lt;/svg&gt;
		
        &lt;div class="pre-bootstrap-error" style="display:none"&gt;
            &lt;div&gt;&lt;/div&gt;
            &lt;a href="#"&gt;Show stack trace&lt;/a&gt;
            &lt;pre style="display:none"&gt;&lt;code&gt;&lt;/code&gt;&lt;/pre&gt;
        &lt;/div&gt;
	&lt;/div&gt;
    &lt;div ng-cloak ng-if="::noApi" class="missing-module"&gt;mangoApi module is required.&lt;/div&gt;
    &lt;div ng-cloak ui-view layout="column" flex class="main-application" ng-class="stateNameClass"&gt;&lt;/div&gt;

&lt;script type="text/javascript" src="/modules/mangoUI/web/mangoUi~ngMango~ngMangoServices.js?v=266e7de4c9596946130c"&gt;&lt;/script&gt;&lt;script type="text/javascript" src="/modules/mangoUI/web/mangoUi~ngMango.js?v=55e88ae4b3f07aeb559e"&gt;&lt;/script&gt;&lt;script type="text/javascript" src="/modules/mangoUI/web/mangoUi.js?v=394867591cffa1b49735"&gt;&lt;/script&gt;&lt;/body&gt;
&lt;/html&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/20196</link><guid isPermaLink="true">https://forum.mango-os.com/post/20196</guid><dc:creator><![CDATA[mrlucretius]]></dc:creator><pubDate>Thu, 11 Oct 2018 15:50:49 GMT</pubDate></item><item><title><![CDATA[Reply to Browser &#x2F; Flex compatibility on Thu, 11 Oct 2018 15:36:28 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Also, I am trying to access my cloud mango with iexplore, I can't even get a loging prompt (just a static orange circle) any guess what the issue is?</p>
</blockquote>
<p dir="auto">Have you tried a hard refresh, i.e. Ctrl+Shift+R ? If that doesn't work you could open the developer tools and check for errors.</p>
]]></description><link>https://forum.mango-os.com/post/20194</link><guid isPermaLink="true">https://forum.mango-os.com/post/20194</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Thu, 11 Oct 2018 15:36:28 GMT</pubDate></item></channel></rss>