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
-
External plugins are not supported by a uiwebview, and are cause for rejection from the app store. – CodaFi Oct 10 '11 at 04:10
-
However, iOS Safari does seem to support bookmarklets, which can sometimes add plugin-like functionality. – Charles Staats Apr 25 '13 at 03:29
4 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).

- 18,900
- 17
- 96
- 133
-
1This is no longer accurate as of iOS 9 (still in beta at the time of this comment). – Joshua Nozzi Aug 15 '15 at 18:31
-
Source for your claim, @JoshuaNozzi? (Not doubting, but wanting more information) – taxilian Sep 28 '15 at 17:43
-
It's a major feature of iOS 9. Google can give you many sources, including news of Ad blocking controversies that resulted from it. – Joshua Nozzi Sep 28 '15 at 22:38
The fact that you need to jailbreak it to use them actually proves that Apple is not supporting the use of plugins.

- 41
- 1
It DOES support plug-ins, you have to be Jailbroken to add any though. Install iFile from cydia then in iFile go to /System/Library/Internet Plug-Ins
The QuickTime Plugin is in there already, which proves that plugins are supported
And you can customize apps if your jailbroken

- 31
- 2