<?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: How to make an object for Small Devices client only? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350966#M130110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested ClientPlatform() on QV11 server and iPhone 4S.&lt;/P&gt;&lt;P&gt;Made a QV doc with a text box in it: &lt;/P&gt;&lt;P&gt;=ClientPlatform()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viewing it by Safari showed browser.safari.mobile in both versions - Full Browser and Small Devices - no difference, however a huge difference in how objects are displayed.&lt;/P&gt;&lt;P&gt;Viewing by iOS QV app ended not even so well: could not open the document - opened Main sheet and then never stopped loading... never saw what this function is returning... if it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looked in search about zooming to screen size by macro, but that does not work in AJAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make chart background dark for small device and iOS app versions, but keep it transparent for Full Browser and Desktop (that has a nice dark background for the whole document).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible at all?&lt;/P&gt;&lt;P&gt;If not, then this is a "must have" feature! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2012 08:38:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-15T08:38:23Z</dc:date>
    <item>
      <title>How to make an object for Small Devices client only?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350964#M130108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a function ClientPlatform(), but it just shows browser, not wether it is used as Full Browser or Small Devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make an object to show on Small Devices only and an other one to hide when viewed on Small Devices?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 18:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350964#M130108</guid>
      <dc:creator />
      <dc:date>2012-03-13T18:18:27Z</dc:date>
    </item>
    <item>
      <title>How to make an object for Small Devices client only?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350965#M130109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't used that function so far, but the Help claims&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;ClientPlatform( )&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Returns the name of the platform the client is using, for example, &lt;SPAN class="Code"&gt;Mobile.iPhone&lt;/SPAN&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;All mobile clients start with Mobile, a period sign and the type of mobile device. Clients using AJAX will return Browser.Nameofbrowser, for example &lt;SPAN class="Code"&gt;Browser.Firefox&lt;/SPAN&gt;. &lt;/EM&gt;&lt;/P&gt;&lt;P class="note"&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;Note!&lt;/SPAN&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;The function will only return the client type for those clients using the QVPX protocol, that is the mobile clients and the AJAX client. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it should be possible to tell between an iPhone and - well, I don't know if the other client type identifier strings.&lt;/P&gt;&lt;P&gt;But since I haven't tested, maybe I am wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember some threads that discussed usage of some code to retrieve the screen size, if that is of any help for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2012 23:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350965#M130109</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-03-13T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make an object for Small Devices client only?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350966#M130110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested ClientPlatform() on QV11 server and iPhone 4S.&lt;/P&gt;&lt;P&gt;Made a QV doc with a text box in it: &lt;/P&gt;&lt;P&gt;=ClientPlatform()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viewing it by Safari showed browser.safari.mobile in both versions - Full Browser and Small Devices - no difference, however a huge difference in how objects are displayed.&lt;/P&gt;&lt;P&gt;Viewing by iOS QV app ended not even so well: could not open the document - opened Main sheet and then never stopped loading... never saw what this function is returning... if it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looked in search about zooming to screen size by macro, but that does not work in AJAX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make chart background dark for small device and iOS app versions, but keep it transparent for Full Browser and Desktop (that has a nice dark background for the whole document).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible at all?&lt;/P&gt;&lt;P&gt;If not, then this is a "must have" feature! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 08:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-an-object-for-Small-Devices-client-only/m-p/350966#M130110</guid>
      <dc:creator />
      <dc:date>2012-03-15T08:38:23Z</dc:date>
    </item>
  </channel>
</rss>

