<?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: Any plans to make Single app responsive? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1585479#M10656</link>
    <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;On the Pym.js page it refers to adding code to the child page.&amp;nbsp; since we are using the single API, we have no control over the content of the iframe.&amp;nbsp; Could you please provide a stripped down example of using Pym.js in this context?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2019 09:42:14 GMT</pubDate>
    <dc:creator>rbartley</dc:creator>
    <dc:date>2019-05-28T09:42:14Z</dc:date>
    <item>
      <title>Any plans to make Single app responsive?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1264093#M6913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm integrating my dashboard sheet using single app and iframe.&lt;/P&gt;&lt;P&gt;However that's not even nearly as good in responsive rendering as if I use full app in iframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - On one hand I have single app which problem is lack of responsive rendering,&lt;/P&gt;&lt;P&gt; - On the other hand I can use full app which is really responsive, but has navigation bar which allows user to browse hub, go to another sheet, etc. And this is a huge problem as I would like the user to see only one sheet in readonly mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to make single app responsive?&lt;/P&gt;&lt;P&gt;Any way to hide top bar when using it in iframe?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 07:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1264093#M6913</guid>
      <dc:creator />
      <dc:date>2017-03-23T07:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to make Single app responsive?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1264094#M6914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly that is the nature of iframes, so our objects will scale to the available size when the page was first rendered.&lt;BR /&gt;There are workarounds, we make use of pym.js (&lt;A href="http://blog.apps.npr.org/pym.js/" title="http://blog.apps.npr.org/pym.js/"&gt;Pym.js: Embed iframes responsively&lt;/A&gt;) from NPR heavily for our deployments. So the parent page will notify the iframe when it's height and width has changed and then our resize handlers should fire accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 23:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1264094#M6914</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2017-03-23T23:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to make Single app responsive?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1264095#M6915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander.&lt;/P&gt;&lt;P&gt;Is the problem really has anything to do with iframe? Could you explain a bit please? I'm not sure I understand unfortunately. If I host the regular app (not single) in the same iframe, everything renders responsively.&lt;/P&gt;&lt;P&gt;So, when I resize iframe, its &lt;SPAN style="font-size: 10pt;"&gt;content layout is changed correctly which is not the case for single app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/single/?appid=&amp;lt;myappid&amp;gt;&amp;amp;sheet=Yqwnms&amp;amp;opt=nointeraction&amp;amp;select=clearall" title="http://localhost:4848/single/?appid=&amp;lt;myappid&amp;gt;&amp;amp;sheet=Yqwnms&amp;amp;opt=nointeraction&amp;amp;select=clearall"&gt;http://localhost:4848/single/?appid=&amp;lt;myappid&amp;gt;&amp;amp;sheet=Yqwnms&amp;amp;opt=nointeraction&amp;amp;select=clearall&lt;/A&gt;- renders incorrectly with iframe resize. Content visualizations are scaled and layout stays the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://localhost:4848/sense/app/C%3A%5CUsers%5Calexander.efimov%5CDocuments%5CQlik%5CSense%5CApps%5CGMS%20Demo.qvf/sheet/Yqwnms/state/analysis" title="http://localhost:4848/sense/app/C%3A%5CUsers%5Calexander.efimov%5CDocuments%5CQlik%5CSense%5CApps%5CGMS%20Demo.qvf/sheet/Yqwnms/state/analysis"&gt;http://localhost:4848/sense/app/&amp;lt;myappid&amp;gt;/sheet/Yqwnms/state/analysis&lt;/A&gt; - renders correctly with iframe resize and layout is updated fine but contains toolbar allowing user to explore hub or edit sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1264095#M6915</guid>
      <dc:creator />
      <dc:date>2017-03-24T18:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to make Single app responsive?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1585479#M10656</link>
      <description>&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;On the Pym.js page it refers to adding code to the child page.&amp;nbsp; since we are using the single API, we have no control over the content of the iframe.&amp;nbsp; Could you please provide a stripped down example of using Pym.js in this context?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2019 09:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1585479#M10656</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2019-05-28T09:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Any plans to make Single app responsive?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1921565#M16694</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/113"&gt;@Alexander_Thor&lt;/a&gt;&amp;nbsp;, do you have a full example of using Pym.js when using iFrame in a SharePoint web part?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 17:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Any-plans-to-make-Single-app-responsive/m-p/1921565#M16694</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2022-04-22T17:48:12Z</dc:date>
    </item>
  </channel>
</rss>

