I have been using the uiwebview for a app that consists a index.html,css and javascript files.I’d like to do away with the uiwebview and open the app in the safari browser instead.All source files are located within the app bundle.Is it possible and if so can someone point me in the rite direction.Thanks in advance for any help offered.
Share
In the iPhone OS, any application runs in a sandbox environment, which means that it cannot access files (like your index.html,css etc) that resides in other applications bundles.