Skip to content
  • 1 Votes
    1 Posts
    138 Views
    Gliding9426G
    On PC I paste images in the textbox but on mobile, specifically on Android, you can't copy images in the clipboard, so how to post images? Must tell the users to host images in a 3rd party site like imgur and add it manually via markdown? Edit: sorry just found it, the upload button is the last button of the toolbar I was able to upload images by pressing that button
  • User Modes - Starting with READ Mode

    Feature Requests
    2
    1 Votes
    2 Posts
    239 Views
    crazycellsC
    hi @omega , what do you think about the harmony theme and the "read mode" you mention? I believe it does a very good job when you are logged out, since naturally people scroll down while reading, not much button is visible while reading, and options only appears when you start scrolling up... [image: 1711827127782-img_0040.png] and although I liked "read next post" mode, it has some crucial weaknesses... well, it is like reading a book, but first of all, you would not be able to read before switching the next page completely (but you can achieve this while scrolling down), and additionally sometimes posts are not filling the page, and they even can be a few words, in this case, putting the next post on the next page seems waste of good amount of space? what do you think?
  • 0 Votes
    25 Posts
    2k Views
    omegaO
    @julian ...again that's why I mentioned the modal menu to handle the required demands and complexity of the composing needs on the small screen, it can be many things, including the helper where nice UI things happen.
  • Mobile App (ios/android)

    Feature Requests
    5
    2 Votes
    5 Posts
    2k Views
    metaverseM
    @julian hi,how can I install this on my home screen?In my mobile ,I can only open this forum by browser.
  • 0 Votes
    1 Posts
    336 Views
    F
    Just like we have auto suggest working on mobile for tags, can we please enable auto suggest for following? when searching for topics on mobile using global search. when writing a topic title when choosing a category for a topic all these autosuggest work on desktop view but not in mobile view. @PitaJ @baris
  • Mobile Chat Bug

    Technical Support
    2
    0 Votes
    2 Posts
    1k Views
    A
    .........Forgot to mention it's Vanilla theme, so the mobile view is unlike Persona. I wish it was , though
  • TimeStamp 2x on mobile view

    Technical Support
    3
    0 Votes
    3 Posts
    1k Views
    J
    @pitaj [image: c3DNSTC.png] I'm using the lavender theme.
  • 0 Votes
    1 Posts
    1k Views
    TsaukpaetraT
    We can do it if the window isn't too slim, and if I'm in Landscape mode it also lets me hit the red circle, so why not enable it for mobile?
  • NodeBB works great on mobile

    General Discussion
    2
    0 Votes
    2 Posts
    2k Views
    Hao LeeH
    2 years ago, some people think NodeBB is unnecessary.https://www.reddit.com/r/startups/comments/1gvg7d/show_rstartups_we_were_sick_of_how_stagnant_forum/ But now, NodeBB has proved itself.
  • Chat on mobile not refreshing sent messages

    Solved Bug Reports
    5
    0 Votes
    5 Posts
    3k Views
    jareyJ
    It was a cache issue. Clearing the cache solved the problem. Sorry for yhe false positive. Thanks for your replies and attentio . Regards.
  • Seems to stall on Android/Chrome

    Technical Support
    11
    0 Votes
    11 Posts
    4k Views
    P
    Tried on chrome, this is the result [image: 4A14bLy.png] The forum continues to work as normal, but ad doesn't appear EDIT: is causing some server side or client side rendering / blocking? More importantly, I'm not getting an issue like this. The only issue is that the sidebar is empty, for me
  • 0 Votes
    4 Posts
    3k Views
    PitaJP
    @Sharan-Soni where is the team located? Is telecommuting a possibility? Also, what is EASA?
  • Mobile chat

    Bug Reports
    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    XD fair enough, I wonder why I didn't add the contact list in there.
  • mobile experience

    Bug Reports
    4
    0 Votes
    4 Posts
    2k Views
    H
    Hi, Thanks you
  • Subcategories break on mobile view

    Bug Reports
    4
    0 Votes
    4 Posts
    3k Views
    julianJ
    Let us know if you need any help
  • Mobile Application API

    Feature Requests
    1
    0 Votes
    1 Posts
    1k Views
    E
    Hello, I'm developing(trying :)) a user applications api system for mobile application. Users register application with ID and Secret. With UserAPI and Token System, posting posts, commenting, and chat. How can I make UserAPI system? sorry for my english
  • 3 Votes
    7 Posts
    4k Views
    esiaoE
    Fun thing about Apple Safari on iOS the bars that are not removable takes like 100px of the total height resulting in a 400px height canvas for your website and add the keyboard over this to have some fun.
  • 0 Votes
    9 Posts
    4k Views
    S
    Some kind of paging function would also be good for mobile devices where RAM is frequently at a high premium. NodeBB causes not-infrequent browser crashes on my iPad2 on longer threads. When I click a link that takes me to the 60th post in a thread or something, there is a long delay as the slower browser begins by loading the op oldest posts in batches. It would be good if there were a way to make it skip doing that and take me directly to the unread posts (without switching the full application to paged mode). Perhaps on mobile devices you could add a secondary navigation bar with the paging functions (arrows, "displaying X-Y of Z", etc).
  • Slideable Code Tag on Mobile

    Feature Requests
    2
    0 Votes
    2 Posts
    2k Views
    T
    Hmm, theres a few ways you could solve this issue. One way I solved this was to change code { white-space: nowrap; } to code { white-space: pre-wrap; } which is the more quicker way. Other ways, I can think of off the top of my head is adding an overflow-x: auto to .post-content.