com.vaadin.addon.touchkit.gwt.client
Class Ios7HomeScreenWebAppHackLoader

java.lang.Object
  extended by com.vaadin.addon.touchkit.gwt.client.TouchKitPlatformHackLoader
      extended by com.vaadin.addon.touchkit.gwt.client.Ios7HomeScreenWebAppHackLoader

public class Ios7HomeScreenWebAppHackLoader
extends TouchKitPlatformHackLoader


Constructor Summary
Ios7HomeScreenWebAppHackLoader()
           
 
Method Summary
 void load()
          Adds workaround for ios7 home screen web apps, that have multiple issues with "standard" viewport settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ios7HomeScreenWebAppHackLoader

public Ios7HomeScreenWebAppHackLoader()
Method Detail

load

public void load()
Adds workaround for ios7 home screen web apps, that have multiple issues with "standard" viewport settings. Conditionally added ( deferred with n. 1 sec delay) absolute pixel height (copied from window.innerHeight) for "device-height" seems to work for most issue.

Overrides:
load in class TouchKitPlatformHackLoader
See Also:
TouchKitPlatformHackLoader.load()


Copyright © 2014 Vaadin Ltd. All rights reserved.