<?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: customizing access point for ios safari in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135594#M1252900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However would be keen to know if anyone has done any funky stuff customising this into a 'web app'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 09:00:15 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2016-07-12T09:00:15Z</dc:date>
    <item>
      <title>customizing access point for ios safari</title>
      <link>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135592#M1252892</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;As anyone done any customization on the access point using the apple dev tools?&lt;/P&gt;&lt;P&gt;As the ipad app isn't supported in 12 we want to do a couple of things to slick up the mobile version, the main two being adding the home page bookmark icon and also hiding the safari interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added the relevant code to the access point index.html but it doesn't appear to be doing anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW3" style="font-size: 10pt; line-height: 1.5em;" title="https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW3" target="_blank"&gt;https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html#//apple_ref/doc/uid/TP40002051-CH3-SW3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14683095061828493 jive_text_macro" jivemacro_uid="_14683095061828493"&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" rel="nofollow" target="_blank"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;lt;html xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml" rel="nofollow" target="_blank"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="apple-mobile-web-app-capable" content="yes"&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;meta name="apple-mobile-web-app-status-bar-style" content="black"&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;title&amp;gt;QlikView - AccessPoint&amp;lt;/title&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;link rel="shortcut icon" type="image/x-icon" href="https://community.qlik.com/QvAjaxZfc/htc/Images/favicon.ico" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="global.css" type="text/css" media="screen" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;link rel="stylesheet" href="custom.css" type="text/css" media="screen" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;lt;link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon.png" /&amp;gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135592#M1252892</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: customizing access point for ios safari</title>
      <link>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135593#M1252896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I lied, it is working but only once you have saved the access point as a home screen bookmark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 08:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135593#M1252896</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-07-12T08:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: customizing access point for ios safari</title>
      <link>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135594#M1252900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;However would be keen to know if anyone has done any funky stuff customising this into a 'web app'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 09:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customizing-access-point-for-ios-safari/m-p/1135594#M1252900</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-07-12T09:00:15Z</dc:date>
    </item>
  </channel>
</rss>

