Skip to content

Instantly share code, notes, and snippets.

View jvanoostveen's full-sized avatar

Joeri van Oostveen jvanoostveen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jvanoostveen on github.
  • I am jvanoostveen (https://keybase.io/jvanoostveen) on keybase.
  • I have a public key ASDoRHZ_CK0qPY9AXfUUkEMqx7evWXl9NHfL0sfcj7F9hgo

To claim this, I am signing this object:

@jvanoostveen
jvanoostveen / viewport-issue-ios.java
Created June 19, 2012 13:36
Viewport issue on iOS
package test.run;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.HeadElement;
import com.google.gwt.dom.client.MetaElement;
import com.google.gwt.dom.client.NodeList;
import com.google.gwt.dom.client.Style.Unit;