galadril / Xam.Plugin.SimpleBottomDrawer

Just a nice and simple BottomDrawer for your Xamarin Forms project

Home Page:https://www.nuget.org/packages/Xam.Plugin.SimpleBottomDrawer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS Scrollview Content not accessible

raver99 opened this issue · comments

Hi,

Nice plugin, it's exactly what i need.

I have one issue though, on iOS on smaller screen devices like Iphone 8.

Steps:

  • Run sample app on iPhone 8 (simulator)
  • Expand the bottom drawer completely
  • Scroll down to see the content of the drawer

Expected result:

  • Be able to access the Button (last content item in the drawer)

Actual Result:

  • The scrollview is cut off, so that the last content items (entry , button) are not visible / accessible.