Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
adamdavi3s
Master
Master

customizing access point for ios safari

Hi All,

As anyone done any customization on the access point using the apple dev tools?

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.

I've added the relevant code to the access point index.html but it doesn't appear to be doing anything

https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/C...

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

  <head>

        <meta http-equiv="X-UA-Compatible" content="IE=edge" />

  <meta name="apple-mobile-web-app-capable" content="yes">

  <meta name="apple-mobile-web-app-status-bar-style" content="black">

  <title>QlikView - AccessPoint</title>

  <link rel="shortcut icon" type="image/x-icon" href="https://community.qlik.com/QvAjaxZfc/htc/Images/favicon.ico" />

  <link rel="stylesheet" href="global.css" type="text/css" media="screen" />

  <link rel="stylesheet" href="custom.css" type="text/css" media="screen" />

  <link rel="apple-touch-icon" sizes="152x152" href="apple-touch-icon.png" />

Labels (2)
2 Replies
adamdavi3s
Master
Master
Author

I lied, it is working but only once you have saved the access point as a home screen bookmark

adamdavi3s
Master
Master
Author

However would be keen to know if anyone has done any funky stuff customising this into a 'web app'