Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
<?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" />
I lied, it is working but only once you have saved the access point as a home screen bookmark
However would be keen to know if anyone has done any funky stuff customising this into a 'web app'