In my windows phone app, I need to show a webbrowser with a close button when the app launches for first time. The webbrowser is placed on the landing page and how can i place a close button on the browser so that the user can close that webbrowser by clicking on that button to view the contents on the landing page. The webbrowser is intended to display an Ad. I tried using pop up, but the pop up can have only one child.
How can I do this in windows phone, Please help!!!
Thanks in advance.
If you want to put them in PopUp – wrap them into
StackPanel. So it can be placed into PopUp.