Mobile-Chrome-App not able to scroll
I also have this issue. I am using Ubuntu and just completed the Hello world tutorial. I wrote some more text and I am unable to scroll. I can see where the words keep going but nothing I have tried lets it scroll. I have not made any HTML/CSS edits. I have only added more text to the <p> tag. There is some default CSS applied for chrome packaged apps. Putting the following in your CSS should re-enable scrolling: html { overflow-y:scroll; } Someone is putting together a cool guide which might have some more tips. See https://gist.github.com/maicki/7622137#scrolling Chrome apps have a default