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
0
Answers
|To-Increase|
Hi Sog,
I'm building the app in NAV itself (2017cu11), I forgot to mention that.