I'm working on a native ios app and am trying to set up the javascript to add bundle resources into a web page.
Is it possible to use local bundle resources and display them in the web view?
The page is all set up, I know where I want the image. I just need a way to tell the html to reference the image on the device. So when the page loads i can set (img src = "/SomeDirectoryOnIphone/myImage.png").
Thanks!