Quote:
Originally Posted by starwarsdevwookie59
In other words, how do I run javascript within an iPhone app.
|
Put the javascript in the app bundle and point your nsurl request at the appbundle.
you could use a loadHtml to load your uiwebview.
Thats how the shared browser here works.
Sharing Flow