App: InTouch (native UBports Forum browser)
-
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

-
@Sander Hi. How to log out of your app ? I don't see / find.
-
@domubpkm That option is not easy to find indeed. First open the account page through the app-settings. Then click on your profile picture in the top left. You'll find a logout option in the menu that opens.
-
@Sander
Works on my one plus pro -
@Sander I hadn't tried that! THANKS