Hi Everyone,
i have a following problem:
i'd like to build a simple offline webpage browser, the webpage is pure HTM files. The structure looks like this:
index.htm
/subpages/page1.htm
/subpages/page2.htm
Ofcourse there're a lot of subpages not just two, and here's my question. I'm able to load the index htm into UIWebView using loadrequest, but index.htm contains links to subpages in a form of <a href="subpages/page1.htm">page1</a> and those links won't work. Can anyone help out?
thanks for help in advance
peter
i have a following problem:
i'd like to build a simple offline webpage browser, the webpage is pure HTM files. The structure looks like this:
index.htm
/subpages/page1.htm
/subpages/page2.htm
Ofcourse there're a lot of subpages not just two, and here's my question. I'm able to load the index htm into UIWebView using loadrequest, but index.htm contains links to subpages in a form of <a href="subpages/page1.htm">page1</a> and those links won't work. Can anyone help out?
thanks for help in advance
peter