fragments in viewpager, no view found error

前端 未结 8 1217
面向向阳花
面向向阳花 2020-12-19 09:23

I have an activity holding a fragment, in this fragment there is a button , when it is clicked, a dialog is popped out.

In this dialog, there is a Viewpager, which

8条回答
  •  情歌与酒
    2020-12-19 10:25

    I found in Google a blog post, it says that viewpager doesn't work on Dialog. It also says we should use DialogFragment instead.

    Here is the link to that blog: http://www.intellicode.in/viewpager-inside-dialog/

提交回复
热议问题