This requires FSI Server 2.0.153 or later and using the fsiwriter.js. FSIwriter 1.7.3 or later provides automated handheld device detection which will present the Adobe Flash based FSI Pages or the Javascript based FSI Pages mobile.

The default HTML/Javascript code snippet generated in the FSI Server webinterface contains the fsiwriter.js function call

writeFlashCode( "http://www.fsi-server.com/fsi/viewer/fsi.swf?...","[FallbackImageURL]",
"width=700;height=491");

You will need to add a “;mobilesupport=true” to the parameter list as follows:

writeFlashCode( "http://www.fsi-server.com/fsi/viewer/fsi.swf?...","[FallbackImageURL]",
"width=700;height=491;<strong>mobilesupport=true</strong></em><em>");

 

This will enable mobile device detection for handheld devices such as iPhone/iPad or android phones.