문제

Somehow when I try a basic example of Intel App Framework in a Phonegap project, the screen constantly keeps resizing (leaving a white space of the size of the virtual keyboard and back to 100% height).

When I try out the site in a browser everything is fine...

I tried every viewport setting that I could think of....something is causing this behaviour, but what?

도움이 되었습니까?

해결책

The problem is that the 'afui' div is absolute-positioned.

The following css fixes this :

  #afui {
    position: static;
  }
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top