I open commit on github here:
https://github.com/NodeBB/NodeBB/issues/10115
Fixed here:
https://community.nodebb.org/post/86534
https://github.com/NodeBB/NodeBB/commit/69a7634a78de51dfd50e72864fadf77a7b1ab46a
Bug.
None of the real time post updates are happening on the native Samsung browsers (on the Note 3, S4 etc). Works on mobile chrome.
Latest 0.43, fresh install. Zero plugins installed other than default.
Another mobile bug:
When I click on "go to last read position"...it goes to the end but clears all replies so nothing is on the screen.
@zenkamal does this on iPad as well.sometimes.
@zenkamal @a_5mith This sounds like it's due the new way we store post bookmarks.
Basically:
2341
)5
)5
will never be greater than 2341
, so the bookmark never goes away.The old bookmark is basically trying to load the 2341th post in the topic, which doesn't exist. You can clear the bookmark by clicking the "x" at the top right of the notification alert, then that topic should be fixed.