tags:

views:

36

answers:

0

Hi,

When I first load my app, I get to load the webview. But when I push the back button and "finish" the activity(I know this doesn't really kill it) and navigate to other apps and come back to my first app; it never loads again.

Any idea what could be going wrong?


My Bad, I wasn't returning the WebView object in the super class if it was defined once, removd the if loop and it worked fine!

No use of restart/resume/onstart methods. Simple plain onCreate method worked fine.