Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
116 views

Add a Webview Window to a existent iOS App that loads local stored HTML

Add a Webview Window to a existent iOS App that loads local stored HTML ... i am working on a app that loads a feed RSS and thats already done, but now the app needs a section that can be updated on a ...
itchy peachy's user avatar
0 votes
0 answers
775 views

How can I overwrite or save an existing local HTML file that's edited in a UIWebView?

The app uses a UIWebView to load up local HTML files (which are now just text) for editing. I need to save whats been edited by the user back to the local file. This is the only way I could think of ...
Joe's user avatar
  • 864
2 votes
1 answer
5k views

How would you create a new local HTML file into a UIWebView on iOS?

First I would like to point out I'm very new to web development and more comfortable with iOS development, so excuse me if there's something fundamental I'm not understanding. I've seen how you can ...
Joe's user avatar
  • 864
3 votes
2 answers
9k views

How to load local html assets in directories (js, images, css) in a UIWebview? (iOS)

Specifically -- how do you get all the assets to load from their respective directories (images/, css/, js/) without changing the content of the original HTML (removing directories)? I am using this ...
Edz's user avatar
  • 557
3 votes
1 answer
2k views

Proper way to load in html file from resources into UIWebView?

I thought it would be easy to load in a html file from my resources into a UIWebView, but it looks like it requires something extra that I'm not doing. So far I have in my viewDidLoad in my controller:...
Chewie The Chorkie's user avatar
9 votes
1 answer
7k views

sourcing local javascript in uiwebview ios

------------------NOTICE---------------- Sorry guys, made a stupid mistake, I had found this fix already: https://devforums.apple.com/message/32282 Which works, but didn't realise that the target ...
Jay's user avatar
  • 912