I have a basic interface List View page setup on my base. I have an "Add Record" button in the top right of the page that opens a record creation form. On Desktop it works fine.
On mobile, if you open the list view, the way you access the add Button is using the "+" button in the bottom left of the mobile interface. When I click the "+" button, you see a list of buttons you configured on desktop. I see the buttons I expect, and they are configured to open up a "Create" form
The issue is that when I click on a button in the list, nothing happens. I expect the create record form to popup, but it doesn't.
Anyone else experiencing this issue?