framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.12k stars 3.23k forks source link

[Feature Request] iOS 11 Music App Style Popup #3100

Closed JosephShenton closed 5 years ago

JosephShenton commented 5 years ago

Note

This is a feature request.

Feature

Introduced in iOS 11 the Music app received this nice style of popup

Example: https://support.apple.com/library/content/dam/edam/applecare/images/en_US/applemusic/iphone7-ios11-apple-music-mini-player-up-next-animation.gif Example: https://github.com/LeoNatan/LNPopupController

ghost commented 5 years ago

Could probably achieve this with a sheet modal or action grid but would be a beautiful addition to f7.

boboxiaodd commented 5 years ago

maybe like this: https://github.com/alexaubry/BulletinBoard

JosephShenton commented 5 years ago

Yeah On Mon, 1 Apr 2019 at 12:35 pm, boboxiaodd notifications@github.com wrote:

maybe like this: https://github.com/alexaubry/BulletinBoard

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/framework7io/framework7/issues/3100#issuecomment-478407237, or mute the thread https://github.com/notifications/unsubscribe-auth/AMXZVy-MhgAMUff-gaj-ji9brPr3xUQOks5vcWJygaJpZM4cM8I4 .

willmero commented 5 years ago

Yes! This would be absolutely amazing. I have been trying to achieve this in my own apps by modifying the action grid, but needless to say, a native implementation into F7 would be stellar.

JosephShenton commented 5 years ago

@nolimits4web think you could implement this?

spoxies commented 5 years ago

Description of the similar (but more complicated) md component 'modal-bottom-sheet': https://material.io/design/components/sheets-bottom.html#modal-bottom-sheet

It would almost be the sheet-modal but draggable: https://framework7.io/docs/sheet-modal.html

Behaviour: Shows content/height 1st div and ondrag/click show full content/height. Currently optimistic I'm starting on an implementation myself. If I'll produce something useful I will submit it...(don't get hopes up).

spoxies commented 5 years ago

What a legend ❤️ !! By the looks of it; this implementation is nicer/more uniform than mine. Many thanks!

JosephShenton commented 5 years ago

Awesome! ❤️

On Sat, 11 May 2019 at 10:02 pm, Spoxies notifications@github.com wrote:

What a legend ❤️ !! By the looks of it; this implementation is nicer/more uniform than mine. Many thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/framework7io/framework7/issues/3100#issuecomment-491505175, or mute the thread https://github.com/notifications/unsubscribe-auth/ADC5SV2VIQDMVNAGDCNNNMDPU2YUDANCNFSM4HBTYI4A .