go here and look at the post #6 from member roycefer. it's old, but still viable.
(add the reflector library and edit your manifest, per the post.) with it, you can increase
your app's heap and monitor memory usage. typically, you would call a sub after you
load some url.
add webviewextras to the app and add chromeclient. errors in the webpage (if trapped)
are directed to the console, but without chromeclient, you can't see the console. once
you add a chromeclient, the console's message should appear in your log.
report back.