Change detail view layout

Can the width of the detail view layout be modified to be full screen width?
For example, maybe collapse the list view on the left of this screen?

Parents
  • Hi Vincent

    There is no way to collapse ListView directly inside app

    Default behaviour is that on tablet devices 2 layouts are shown when possible and on phone device only 1 layout is shown. However you can modify this behaviour and force tablets into 'phone' mode by setting property in config file

    This property is jsConfig.deviceMode. Possible values are auto/phone/tablet

Reply
  • Hi Vincent

    There is no way to collapse ListView directly inside app

    Default behaviour is that on tablet devices 2 layouts are shown when possible and on phone device only 1 layout is shown. However you can modify this behaviour and force tablets into 'phone' mode by setting property in config file

    This property is jsConfig.deviceMode. Possible values are auto/phone/tablet

Children