This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--Using custom desktop images for mobile devices

Information about development with Vaadin UI.

--Using custom desktop images for mobile devices

Postby Development@SIB » Wed Jan 14, 2015 6:51 pm



This article is outdated - please use our new system at

https://doc.sibvisions.com




It's possible to use custom (desktop) icons for bookmarks on your mobile devices. We have built-in support for custom icons in our servlet implementation. Simply add following images to the public area of your application:

iOS devices

  • apple-touch-icon.png
  • apple-touch-icon-76x76.png
  • apple-touch-icon-120x120.png
  • apple-touch-icon-152x152.png
  • apple-touch-icon-180x180.png
(If you won't support multiple resolutions, simply use the first filename)

Android devices

  • icon-normal.png (128x128)
  • icon-hires.png (192x192)
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation