pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

Javascript not working #42

Closed cbsol closed 10 years ago

cbsol commented 10 years ago

Hey guys,

thanks for this amazing project.

I have a javascript slidingmenu which is not working. If i slide there is no animation and a white screen overlaps my content.

Any ideas why it is not working ? I cant find the error by debugging.

ghost commented 10 years ago

This is very strage issue, but you can enable javascript by calling scrollBy or scrollTo. All previous touches are executed after scroll.. I can't understand why.

cbsol commented 10 years ago

No it works, sorry forgott to close the issue