Reputation: 1312
I have html file which shows panoramic view of a place. HTML file calls xml, swf and js files in it.
I try opening that html file in UIWebView, it shows following message : "This content requires html5/css3, webgl, or adobe flash player version 9 or higher"
HTML file is in resource.
Upvotes: 2
Views: 740
Reputation: 28
You have to upload the files to server and open the html file into UIWebView as iOS device doesn't support flash or swf files.
Upvotes: 0