Application Tiles

Component ID

2695167

Component name

Application Tiles

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

780

Component created

Component changed

Component body

Application Tiles

The module provides you with the possibility to customise your tiles for web applications on Android, Windows and iOS devices. Module works with different screen sizes.

Usage


Each theme has its own set of tiles. You should put the files inside the sought-for directory for customising an application. For instance:




  • themes/bartik/tiles/android
  • themes/bartik/tiles/windows
  • themes/bartik/tiles/io

Note Each file must be named as the supported one for application dimension. File also must be in png format.
 Supported dimensions are listed below:

  • Android: 96x96, 144x144 192x192, 194x194
  • Windows: 70x70, 150x150, 310x150, 310x310
  • iOS: 57x57, 60x60, 72x72, 76x76, 114x114, 120x120, 144x144, 152x152

Additional configuration (only for Windows)


Additional configuration may be added inside the *.info.yml/*.info file of a theme. There are available parameters:


  • Drupal 8

    apptiles:
      msapplication:
        tile:
          TileColor: "#444"
        notification:
          cycle: 1
          frequency: 30
          polling-uri:
            src: /rss.xml
          polling-uri1:
            src: /path/to/rss.xml
    
  • Drupal 7

    settings[msapplication][tile][TileColor] = #444
    settings[msapplication][notification][cycle] = 1
    settings[msapplication][notification][frequency] = 30
    settings[msapplication][notification][polling-uri][src] = /rss.xml
    settings[msapplication][notification][polling-uri1][src] = /path/to/rss.xml
    


Settings described above are not mandatory and can be omitted.