i am developing an android app and it happened that after working with layouts i needed the webview component from the left pallet pane and couldnt see it anymore under composite. Is it a bug what should i do re install eclispe. I am on mac OS.
Many thanks 🙂
It is under the Composite tab of the Palette. You could also just type
<WebView />in the XML.If you compile with
<WebView />and it works, then its probably an eclipse bug. If it throws an exception or something then its probably a setting in your app.I have worked a lot with the WebView as of late, it is a great feature and I recommend using HTML5 App Cache and localStorage. Makes for a very responsive app. Also use ontouchstart events in the javascript, increases the responsiveness dramatically.