Can you use SIMBL to develop a plug-in for the iPhone's Safari?
Asked
Active
Viewed 2,577 times
4 Answers
5
No, you cannot.

Ben Gottlieb
- 85,404
- 22
- 176
- 172
-
if you jailbreak iphone and use unofficial sdk ? – user42118 Dec 01 '08 at 19:04
-
There are no input managers on iPhone, so SIMBL is not a viable option. – Ben Gottlieb Dec 01 '08 at 19:27
-
ok, any suggestions? is there another solution or i must abandon my efforts? thanks for your responses – user42118 Dec 01 '08 at 20:34
-
I can't think of anyway to do a plug-in for Safari without Apple's direct (and extremely unlikely) assistance. Sorry. – Ben Gottlieb Dec 02 '08 at 00:07
5
As is clear in Apple's terms of use with the iPhone SDK, no non-native code can be run by any application. This means, among other things NO PLUGINS. At all. Not for Safari, not for your own application.

August
- 12,139
- 3
- 29
- 30
-
It's not possible taking into account Apple's terms of use, but... would it be possible from a technical point of view ? – Guido Dec 01 '08 at 15:05
-
so if you jailbreak iphone and use unofficial sdk you can develop plug ins? – user42118 Dec 01 '08 at 18:57
3
For devices that have Cydia, you can build a MobileSubstrate plugin. An example of such a plugin is DHowett's Safari Download Manager.

rpetrich
- 32,196
- 6
- 66
- 89
0
You could also create a Safari webplugin, which loads a custom UIView to display content based on MIME types.

conradev
- 1,074
- 1
- 14
- 31