windowsphonehacker / SparklrWP

WIP WP client for sparklr.me
MIT License
5 stars 1 forks source link

Fix "load more" at the bottom #65

Closed ChrisK91 closed 10 years ago

ChrisK91 commented 11 years ago

The list should load more when the bottom is reached. This doesn't currently work.

ChrisK91 commented 11 years ago

I think the API call is wrong, but I'm not sure...

Marocco2 commented 11 years ago

Can you add a load more like MetroTube?

ChrisK91 commented 11 years ago

Well, currently it loads more when you reach the bottom. I made some changes in 707fd5a2f99afacc4c805813fe26c5f26f8c78bc, however it doesn't work.

Reproduction:

  1. Launch application
  2. Wait for posts to load, do not scroll
  3. Set a breakpoint in SparklrLib.cs:201
  4. Scroll to the bottom of the page

Result: The most recent posts are loaded from the server Expected result: A response containing the posts earlier than starttime