Normally this wouldn’t surprise me, but in this case it does.
So,
in a I have a spot where an action icon open a form for edit, very simple, and works as expected in Android.
Opening a referenced view (deck view layout) you’ll see the Class Name, Student Name and 2 action icons (mark present & reference link to student).
Clicking on the record space opens the Detail page where you’ll find the Mark Present action icon. 2) Clicking on the mark present action icon opens a form, pre filled. 3) clicking on the reference to student link opens the student record.
On iOS, when I click on the mark present icon it opens the record detail page. On Android, when I click on the mark present icon it opens the form, pre filled.
When I try to “back out” to the starting view using the BACK Arrow at the top, it passes through the editable form, asking me to “continue or discard” my changes.