Skip to content

HomeView

Carlo Barazzetta edited this page Jan 27, 2017 · 1 revision

Home View

The Home View is the view that Kitto displays at application startup.

Kitto selects the name of the default home view based on the client window's physical width. This allows to use a different home/menu for different screeen sizes in order to optimize mobile applications.

Default home views are searched in the following order:

  • HomeTiny (up to 5")
  • HomeSmall (6" to 10")
  • Home (all other cases)

Please note that the number of inches above is the width of the display, not the diagonal. If a certain home is not found, the next in list is retrieved.

If you prefer to use different names, just create the yaml files and change the Config.yaml file to use custom views for the home page. Example:

HomeTinyView: MyHomeTiny 
HomeSmallView: MyHomeSmall 
HomeView: MyHome
Clone this wiki locally