Select item in list on phone

ACaignieACaignie Member Posts: 91
Hello,
I am building an application to use on an Android (or IOS/Windows) Phone. The idea is that the user selects an item in a list, and then clicks on an action to start a wizard to answer a set of questions. This works well on a tablet, but on a Phone you cannot see which item in the list is selected. If I click on an item in the list, a new 'page' is opened showing all fields in the list (no card page is linked), but from there I cannot access the actions.
I have tried a few things like adding an extra boolean to select the row, but this isn't even visible in the list.
Is there a some method available so the user can easily see which record is selected?

Kind regards,
Andy

Answers

  • SogSog Member Posts: 1,023
    You're building an app and experiencing some challenges. How is this an NAV issue? It looks like you'll have to review the documentation and FAQ for the environment where you're building your app. Unless you're building your app in NAV itself.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • ACaignieACaignie Member Posts: 91
    Sog wrote: »
    You're building an app and experiencing some challenges. How is this an NAV issue? It looks like you'll have to review the documentation and FAQ for the environment where you're building your app. Unless you're building your app in NAV itself.

    Hi Sog,
    I'm building the app in NAV itself (2017cu11), I forgot to mention that.
Sign In or Register to comment.