Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS Safari support plugins?

I'm currently working on ipad IOS Safari. Thinking of adding some plugins to the application. but found some article saying that IOS Safari doesn't support plugins. Any expert know how true is the statement? Thanks

like image 869
elaine Avatar asked Oct 10 '11 03:10

elaine


3 Answers

Safari, like all iOS apps, does not support plug-ins or any other form of customization. Your only option is to create an app with a UIWebView. Quite a few browser apps can be found in the App Store.

iOS 9 update: Safari still does not support plug-ins; however, it is now possible to build an app that blocks specific content via a JSON file. Content blocking rules only affect the Safari app and the new SFSafariViewController (UIWebView and WKWebView instances are unaffected).

like image 150
titaniumdecoy Avatar answered Sep 21 '22 03:09

titaniumdecoy


The fact that you need to jailbreak it to use them actually proves that Apple is not supporting the use of plugins.

like image 45
John Doe Avatar answered Sep 22 '22 03:09

John Doe


As of iOS 9, browser plugins are supported (as content blockers).

like image 40
Joshua Nozzi Avatar answered Sep 22 '22 03:09

Joshua Nozzi