I am trying to write a simple safari plugin that only needs to check if the application I developed is installed via javascript. The application is launched using a custom uri.
My problem is very similar to that presented here , however, I am not developing against iphone \ ipad, and all I really want is a true / false result from my check so that I can present the user with a link to "download the application" or "launch the application".
I already have a version of Windows that works using npruntime for firefox \ chrome and ATL for IE, which is described here
Amith source
share