Issue while implementing using Prism
devoirtechsandip opened this issue · 1 comments
devoirtechsandip commented
Hi,
Awesome introduction plugin
Not sure wheather to call it as issue or not, but I am trying to implement appintro using prism, but getting error at "await _navigationService.NavigateAsync(welcomePage, null,true);" in viewmodel.
I even tried convert code to content page but in vain.
<ContentPage.Content>
<sip.SimpleAppIntro Slides="first" Title="Welcome" Icon="cup_icon.png"/>
<sip:SimpleAppIntro Slides="first" Title="Welcome" Icon="cup_icon.png"/>
</ContentPage.Content>
Could you guide me on same.
galadril commented
At this moment, the slides/slide values are not bindable yet....