Mendix 8 native: Header is missing the left drop-zone

0
Hello there! I’m looking at the documentation for Headers, and it says that there should be a left drop-zone:   However, in Mendix 8 when making a native layout, this does not exist:   Is there a way to make this show up? Or is it not allowed in native? Also along those lines, you can’t remove the back button that appears when navigating to a subsequent page; is there a way to remove that as well? I’d like to have my own icon for back-navigation.   Thank you in advance!
asked
1 answers
2

You’re right, you can’t change the back button in the standard header at the moment. You could use the NativePhone_FullPage layout to remove the header entirely, which you could replace with your own content.

answered