<p><strong>groovyAPI is a JavaScript bridge for iOS SpringBoard</strong></p>
<p>&nbsp;</p>
<p>This bridge adds the groovyAPI to all web content on SpringBoard, which should include: GroovyLock, iWidgets, Convergance, Cydgets, LockHTML3, as well as any other web content based tweak on SpringBoard.</p>
<p>&nbsp;</p>
<p>This will also attempt to load into iOS apps, however the SpringBoard specific functions will not be accessible.</p>
<p>&nbsp;</p>
<p>Please check out the <a title="groovyAPI Documentation" href="http://groovycarrot.co.uk/groovyapi/" target="_blank">groovyAPI documentation</a>. I will look to improve this as and when I can, it was thrown together quite quickly however it has some good examples and much of it is self-explanatory.</p>
<p><em>http://groovycarrot.co.uk/groovyapi</em></p>
<p>&nbsp;</p>
<p>You can check via JavaScript if the user has groovyAPI installed with:</p>
<p>&nbsp;</p>
<p><span style="font-family: courier new,courier;">if(window.groovyAPI) {</span></p>
<p><span style="font-family: courier new,courier;">&nbsp; // User has groovyAPI installed</span></p>
<p><span style="font-family: courier new,courier;">}</span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>