Can you use SIMBL to develop an iPhone Safari plugin?
Can you use SIMBL to develop an iPhone Safari plugin?
0
user42118
source
to share
4 answers
No, you cannot.
+5
Ben gottlieb
source
to share
As clear from Apple's terms of use with the iPhone SDK, no non-natural code can be run by any application. This means, among other things, the absence of PLUGINS. At all. Not for Safari, not for native app.
+5
August
source
to share
For Cydia devices, you can create the MobileSubstrate plugin . An example of such a plugin is DHowett Safari Download Manager .
+3
rpetrich
source
to share
You can also create a Safari website that loads a custom UIView to display content based on MIME types.
http://iphonedevwiki.net/index.php/Internet_Plug-Ins
0
conradev
source
to share