Home › Forums › DITA and XMetaL Discussion › Webhelp on ipad › Reply To: Webhelp on ipad
Reply to: Webhelp on ipad
June 9, 2011 at 11:31 pmPerhaps try this page. If it works then it might be possible for us to alter our Webhelp so that it works similarly:
http://developer.apple.com/library/ios/#samplecode/UICatalog/Introduction/Intro.html
I see that page checks specifically for the iPad and presumably serves up alternative content for that device:
[code]if (document.getElementById('book-resource-type').content === 'Navigation' && navigator.platform === 'iPad')…[/code]