Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It seems there is a size limit when opening up pages using Android's WebView object. I am opening an HTML file in the 'Assets' folder. I have used the method myWebView.loadUrl("file://android_assets/index.html").

It works fine for a test html page but the real HTML I need page calls a JavaScript file that is over 1MB (dont ask why so big). I get an error stating that the .js page cannot be loaded.

I have heard that I could use the openContentURI() method, but the main page i am opening up is not the problem. The problem lies with a subsequent included JavaScript file.

Any idea how I can get this to work ?

share|improve this question
Javascript is enabled for WebView? – Pentium10 Jul 8 '10 at 9:14
Yes is is enabled. – Bamerza Jul 8 '10 at 15:40
What is exact error message you get? – Ilya Izhovkin Mar 17 '11 at 6:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.