No back button in desktop view

@NoCodeAndy
Description

  • There is no back button for transitioning to previous page/view when app is opened in desktop view. Back button exists in mobile view.

How to replicate

  • Open any multi page app in desktop view.

Use a Breadcrumbs component.

3 Likes

Interesting because without the breadcrumbs component(as it is now), the mobile app has a back button, but that doesn’t seem to be the case for desktop. So even though breadcrumbs might resolve this issue, isn’t it still a bug given the situation ?

No, I don’t believe its a bug. It’s by design. Breadcrumbs are for desktop view, back button is for mobile.

1 Like

Oh! that makes a lot of sense. Thanks again Darren

Must also be noted breadcrumbs won’t show up on mobile, so what Darren said is right. It’s by design.

2 Likes