Skip to content

Home View

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

Kittox 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:

yaml
HomeTinyView: MyHomeTiny 
HomeSmallView: MyHomeSmall 
HomeView: MyHome

Released under Apache License, Version 2.0.