• 16 Posts
  • 145 Comments
Joined 2 年前
cake
Cake day: 2023年6月11日

help-circle








  • While using the app myself I ran into a similar “issue” where subscribing to a new community would take quite a few steps. I’ve been playing around with the idea to nest the community menu inside the post menu, which would reduce the amount of steps. I’ve been trying out the following setup:

    post menu nested community menu

    In parallel I’m working on a bigger update that includes notifications and widgets, so it might take a bit longer to release this update. But hopefully this makes your requested flow to block communities a bit easier (:




  • I think it’s a problem related to React Native. The package that I use for the markdown editing is a native iOS package, so I had to write a bridge for the package to be able to use it in my app.

    Avelon uses the same package for example, but there it works fine as far as I know. Avelon is however a completely native app, therefor I have the suspicion that the problem is related to the bridge that I wrote.

    I already tried to isolate the bridge, to see if any other code in my app is interfering but that didn’t seem to be the case. My plan is to write a dummy application somewhere this week, to see if the package does work out of the box in a native app to make sure that my suspicion is right.

    I’m not too familiar with native iOS development though, so that’s why it’s all taking a bit longer.

    It is however very helpful to hear that the prediction setting seemed to resolve it in your case. Bit by bit we’ll get closer to fix this 🤞







  • Great to hear this kind of feedback!

    I will look into the bugs you mentioned. Reading some of them I immediately already have a vague idea what could be the problem.

    The suggestions are also great. Most of these are indeed already on my radar. My first goal is to fix the last bugs and finally push the V1 to the App Store, since I achieved all the basic features that I had in mind for the V1. Once that’s setup I’ll continue working on adding new features :D