[android-developers] Re: webview inside the dialogbox.

2011-01-17 Thread Kumar Bibek
Well, Given an option, I would stay away from a WebView when the same functionality can be achieved by using a TextView. But again, if you really have to use it, then, the last reply from Joe should help you. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: webview inside the dialogbox.

2011-01-14 Thread Joe McCann
It's a bug. You'll need to create an Activity that uses the Dialog theme and "re-create" the dialog including buttons, etc. while also containing the Webview. Now create a "webview_dialog.xml" view in Layout folder. Have it contain a Linear Layout (or Relative

Re: [android-developers] Re: webview inside the dialogbox.

2011-01-13 Thread YoGenDr@ $iNgH
@Kumar Google apps itself are using this(Settings->about Phone->Legal Information->google legal after this it open a link in dialog box...). On Thu, Jan 13, 2011 at 11:04 AM, Kumar Bibek wrote: > Any specific reason of using WebView in a dialog? > > On Jan 13, 4:12 pm, yogi wrote: > > Hi all, >

[android-developers] Re: webview inside the dialogbox.

2011-01-13 Thread Kumar Bibek
Any specific reason of using WebView in a dialog? On Jan 13, 4:12 pm, yogi wrote: > Hi all, > > I m launching the dialog with webview inside it. Now on that webview I > have a textbox (like google sign in page).When I tap on the field the > Softkeyboard is not showing. > > Its not even working in