I am learning xamarin.forms technology.What mean by title is that I want to make sliding information box (from bottom, left or right side of the screen). Everything should be in the bottom of the page/view. Also placing in bottom something in xamarin.forms is also petty tricky.
I want to do this instead of dialog, because I dont want to feeze ui when alert dialog pop and i dont want force an user to click anything
Could you guys show me how can I do that?
You should use AbsoluteLayout for this, there goes an example:
And view class:
To change flash visibility you can use:
Or try to use SlideOverKit (nuget package: https://www.nuget.org/packages/SlideOverKit/)