Some feedback OP:
- The pull down to refresh/reload shortcut should start from the bottom of the navbar. It's offset a bit. I assume this is because the web embed doesn't fit the bounds of the screen, which it should.
- Needs a little work on the CSS side. Black borders on content boxes are ugly.
- Tapping a thread should open the thread, you shouldn't have to tap an arrow next to the thread, especially because the tap is actually registered as an action to begin with.
- Try using fixed tabs rather than toggle buttons for the thread selection. Here's some documentation.
The app icon is also a little sloppy. I'll make you a new one when I get home.
EDIT: Upon viewing this post in the viewer, it seems list elements don't render correctly. Additionally links, although they appear clickable, don't actually do anything. Also the pull down to refresh doesn't reload the page for threads, but it does reload the overall thread list page.
I assume that what your app does is generate a webpage by pulling data from the real page, making it more suitable for mobile viewing, and then it points a web embed at that local HTML page. While that's fine, it does need a little more functionality before it works well.
What did you write it in, out of curiosity?