• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. Tags
    3. mobile
    Log in to post
    • All categories
    • data-dataninja

      Mobile App (ios/android)
      Feature Requests • mobile • • data-dataninja

      4
      2
      Votes
      4
      Posts
      627
      Views

      data-dataninja

      @data-dataninja said in Mobile App (ios/android):

      @julian Thank you so much for the reply!

      Thats awesome & thats why I chose nodeBB over other forum tech.

      However I was wondering what's the best approach for ppl to use it on their device.

      Ideally I want it to be an app people can download from app store. Whats your recommendation on the best way to do that?

      I am considering if I can do that with nodeBB natively or a wrapper like webview or like building a separate app with nodebb api.

      Thanks!

      @julian just would love to have u comment on this 🙂

    • F

      Auto suggest/ auto complete is not working on mobile for search and while creating topics
      Feature Requests • autocomplete autosuggest mobile improvement • • faizanzahid

      1
      0
      Votes
      1
      Posts
      138
      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

    • A

      Mobile Chat Bug
      Technical Support • bug chat mobile • • Atayz

      2
      0
      Votes
      2
      Posts
      712
      Views

      A

      😩.........Forgot to mention it's Vanilla theme, so the mobile view is unlike Persona.
      I wish it was , though

    • J

      TimeStamp 2x on mobile view
      Technical Support • timestamp mobile • • jimmyc2018

      3
      0
      Votes
      3
      Posts
      919
      Views

      J

      @pitaj 0_1518999799571_ecample.png

      I'm using the lavender theme.

    • Tsaukpaetra

      Ability to minimize composer on mobile
      Feature Requests • mobile feature request makes sense parity • • Tsaukpaetra

      1
      0
      Votes
      1
      Posts
      817
      Views

      Tsaukpaetra

      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?

    • H

      NodeBB works great on mobile
      General Discussion • mobile • • henryn

      2
      0
      Votes
      2
      Posts
      1279
      Views

      Hao Lee

      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.

    • jarey

      Solved Chat on mobile not refreshing sent messages
      Bug Reports • chat mobile refreh • • jarey

      5
      0
      Votes
      5
      Posts
      1972
      Views

      jarey

      It was a cache issue. Clearing the cache solved the problem. Sorry for yhe false positive.

      Thanks for your replies and attentio .

      Regards.

    • S

      Seems to stall on Android/Chrome
      Technical Support • chrome android mobile • • shri

      11
      0
      Votes
      11
      Posts
      3485
      Views

      psychobunny

      Tried on chrome, this is the result

      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

    • S

      Who wants a job at an up-and-coming startup?
      General Discussion • node.js social app mobile • • Sharan Soni

      4
      0
      Votes
      4
      Posts
      2196
      Views

      PitaJ

      @Sharan-Soni where is the team located? Is telecommuting a possibility?

      Also, what is EASA?

    • vegetagz6

      Mobile chat
      Bug Reports • mobile • • Meliodas

      4
      0
      Votes
      4
      Posts
      1833
      Views

      julian

      XD fair enough, I wonder why I didn't add the contact list in there.

    • vegetagz6

      mobile experience
      Bug Reports • mobile • • Meliodas

      4
      0
      Votes
      4
      Posts
      1836
      Views

      H

      Hi,
      Thanks you

    • Nivix

      Subcategories break on mobile view
      Bug Reports • mobile • • Nivix

      4
      0
      Votes
      4
      Posts
      2073
      Views

      julian

      Let us know if you need any help 🙂

    • E

      Mobile Application API
      Feature Requests • userapi mobile applications • • Eray

      1
      0
      Votes
      1
      Posts
      1196
      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 😞

    • julian

      Better late than never... revamps to mobile composer
      NodeBB Development • composer mobile nodebb • • Julian Lam

      7
      3
      Votes
      7
      Posts
      3546
      Views

      esiao

      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.

    • S

      NodeBB Mobile -> Quick way to "scroll" to end of page / latest post
      Feature Requests • mobile nodebb • • Silvina

      9
      0
      Votes
      9
      Posts
      3317
      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 • code tag mobile • • A Former User

      2
      0
      Votes
      2
      Posts
      1295
      Views

      trevor

      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.

    • kud

      NodeBB integration with Tapatalk
      Feature Requests • integration api mobile tapatalk • • kud

      31
      0
      Votes
      31
      Posts
      16252
      Views

      hek

      Shouldn't this request be directed to Taptalk Inc? They seem to charge both the app user and the forum maintainer for "pro" features.

      As this is an open source project, they're free to provide a NodeBB taptalk plugin and earn more money 😉

    • psychobunny

      [nodebb-plugin-twilio] Mobile verification for NodeBB using Twilio
      NodeBB Plugins • twilio verification sms mobile • • psychobunny

      2
      2
      Votes
      2
      Posts
      2969
      Views

      meetdilip

      Another reason to love NodeBB. I am not making much changes to my forum now as I am under the impression that 0.5x will be out soon. Please correct me if I am wrong.

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact