On Tue, Aug 3, 2010 at 10:27 AM, guich wrote:
> I already tried a Dialog, but the events of the WebView are frozen,
> and also the size does not take all the screen.
>
> So, i'm trying to do it with an Activity:
>
> class WebViewer extends Activity
> {
> String url;
> public void onC
Hi,
I already tried a Dialog, but the events of the WebView are frozen,
and also the size does not take all the screen.
So, i'm trying to do it with an Activity:
class WebViewer extends Activity
{
String url;
public void onCreate(Bundle savedInstanceState)
{
supe
i guess you need to capture BACK key events and hide WebView
accordingly.
On Aug 2, 1:56 pm, guich wrote:
> Hi,
>
> I'm trying to do a fairly simple thing but i'm failing since 3 hours.
>
> I have a WebView that i show with some pictures and html stored in
> local sdcard. After the user clicks a
3 matches
Mail list logo