majdsham

Results 1 comments of majdsham

the soulution was like that: in PCL project, FullScreenEnabledWebView class, replace this code: var page = new ContentPage { Content = view, }; await Application.Current.MainPage.Navigation.PushModalAsync(page); by this: var page =...