App: InTouch (native UBports Forum browser)
-
Very good! I am not a good forum user, maybe partly because I don't want to use morph for that. Now I have no excuse any more.

Working fine on my OP5T.
-
@Moem I definitely would like to add a login option. But to do that, I first need to familiarize myself with the write API. So for now, I can't make any promises about when that option will be added to the app.
In the meantime, you can quickly respond to posts by clicking the link icon on a post. The post will open in Morph, and from there you can reply if you're logged in.
-
@Sander That's a decent workaround! And no worries, I'm happy to wait.
-
Testing now... Works fine

-
@Moem Great

-
Version 1.2.0 is out! And there is no workaround needed anymore. Logging in with your account and replying to topics and posts is now possible

-
@Sander Testing testing 1. 2. 3...
YES It works! What a great app this has become.
It's a winner! -
@Sander replying from within the app. Thank you very much for adding this great feature.

-
@Sander very nice, replies work. Is there an API endpoint to do it? Or does it only work via browser?
-
@projectmoon The forum is based on the NodeBB Forum Software. I use XMLHttpRequests and the read API to fill in all native UT components in the app (categories, search results, topics and posts).
The write API requires session-based (cookie) or bearer token authentication. As far as I understand, the bearer token can only be generated by admin users. So this would not be practical to implement.
Right now the app works with a webview and some javascript injections. I would like to implement the write API later on, especially to fetch other user information such as notifications (help with this is welcome). But for now it works fine with the webview
