0

I've seen Q&A's about dialogs in fragments, for which the solution was to use a DialogFragment, see here for example. but I'm already compelled to be using a WebFragment - so is it impossible for me to show a dialog from that?

Community
  • 1
  • 1
Mick
  • 8,284
  • 22
  • 81
  • 173

1 Answers1

1

No it is not impossible. Use an AlertDialog.Builder to display a dialog at runtime. It's very easy to use. Check this answer

Community
  • 1
  • 1
Bogdan Alexandru
  • 5,394
  • 6
  • 34
  • 54