Hi, I am building an App using Xamarin.Forms. I want to build a "question and answer" page. In that page, I can swipe right to show the next question or swipe left to show the last question. Some of the questions contain an Image and others contain a video.
I tried the carousel page and carousel view, but there are some problems. For example, sometimes the video and the sound stay there even after I swipe to an Image view(I have already set the source of the views besides the current view to null, and also set the isvisable and isenable options to false). And the layout is also different in iOS and Android platforms.
Is there any good way to do that?
Thank you.