<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mobile Layout in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254303#M11646</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/587423"&gt;@wolfgang2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can switch to the mobile layout in your Power BI desktop or Power BI service designer and have a look in the Page visuals pane.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should show which visuals haven't been added to the mobile layout yet.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-create-mobile-optimized-report-mobile-layout-view?tabs=powerbi-desktop" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-create-mobile-optimized-report-mobile-layout-view?tabs=powerbi-desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="visiblehidden.png" style="width: 845px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1187892i592957CE8A75C62D/image-size/large?v=v2&amp;amp;px=999" role="button" title="visiblehidden.png" alt="visiblehidden.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 12:07:34 GMT</pubDate>
    <dc:creator>Expiscornovus</dc:creator>
    <dc:date>2024-10-23T12:07:34Z</dc:date>
    <item>
      <title>Mobile Layout</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4253957#M11642</link>
      <description>&lt;P&gt;Is there a way to know when a custom visual is being rendered inside the mobile layout? Like some boolean inside VisualUpdateOptions for example.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 08:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4253957#M11642</guid>
      <dc:creator>wolfgang2</dc:creator>
      <dc:date>2024-10-23T08:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Layout</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254303#M11646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/587423"&gt;@wolfgang2&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can switch to the mobile layout in your Power BI desktop or Power BI service designer and have a look in the Page visuals pane.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should show which visuals haven't been added to the mobile layout yet.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-create-mobile-optimized-report-mobile-layout-view?tabs=powerbi-desktop" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-create-mobile-optimized-report-mobile-layout-view?tabs=powerbi-desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="visiblehidden.png" style="width: 845px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1187892i592957CE8A75C62D/image-size/large?v=v2&amp;amp;px=999" role="button" title="visiblehidden.png" alt="visiblehidden.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:07:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254303#M11646</guid>
      <dc:creator>Expiscornovus</dc:creator>
      <dc:date>2024-10-23T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Layout</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254313#M11647</link>
      <description>&lt;P&gt;I was talking about the code. How do I know programmatically that the visual is now in mobile layout. The VisualUpdateOptions object has flags for focus mode etc but no info regarding mobile layout. I am developing a custom visual that needs to be rendered differently in mobile layout.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:22:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254313#M11647</guid>
      <dc:creator>wolfgang2</dc:creator>
      <dc:date>2024-10-23T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile Layout</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254933#M11663</link>
      <description>&lt;P&gt;Apologies, I misunderstood. I thought this was an interface related question. My bad.&lt;BR /&gt;&lt;BR /&gt;Not sure if their is one specific attribute for this. However, you might be able to figure this out be the touch related events mentioned in this section of the documentation. I assume an event like touchmove typically happens on a mobile layout.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/visuals/mobile-development" target="_blank"&gt;https://learn.microsoft.com/en-us/power-bi/developer/visuals/mobile-development&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 19:07:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Mobile-Layout/m-p/4254933#M11663</guid>
      <dc:creator>Expiscornovus</dc:creator>
      <dc:date>2024-10-23T19:07:38Z</dc:date>
    </item>
  </channel>
</rss>

