Daichi Fujita

Results 16 comments of Daichi Fujita

Could you post more information about the problem, like screenshots or a code snippet?

@david675566 Thanks for the further information! I couldn't figure out the cause of this problem for now, but I came up with a (dirty) workaround; when the user taps the...

Basically, this package is for smartphones in portrait mode. Expanding the page width when scrolling is an idea to make effective use of layout space on devices with small screen...

> how to not make it expand to take the full height of the viewport when scrolling the contents. You may be able to do that with [ViewportConfiguration.raw](https://pub.dev/documentation/exprollable_page_view/latest/exprollable_page_view/ViewportConfiguration/ViewportConfiguration.raw.html) (I didn't...

I decided to implement the landscape mode (see https://github.com/fujidaiti/exprollable_page_view/issues/37#issuecomment-1666874367).

Thank you! I'd like to add more tests before merging it.