Reputation: 50732
Now we all are aware that there is no Flash supported on the iPad.
But my question is does the iPad return some kind of error which we can capture in Javascript. I know one option is just to detect iPad from UA string. but wanted to know what can be captured in JS when Flash is called , either as a direct .swf request or within some containing html file?
Upvotes: 2
Views: 151
Reputation: 73936
Develop the page as if Flash wasn't available. Detect the presence of Flash with JavaScript and add it in during page load.
Upvotes: 2