I have went through countless examples of webview with buttons and can’t get any of them to show my buttons.
Below is my last layout and it looks correct in eclipse but the website goes full screen when run on the phone.

Any help would be great!
Kind Regards,
Mike
You need to have a parent element to encompass the two separate child elements WebView and LinearLayout
have a go with the resources on Android Developers: http://developer.android.com/resources/tutorials/views/hello-linearlayout.html
It should look something like this: