This iteration is a standalone Alloy Controller/View/Style.
- Alloy
- FontAwesome (used for "x" close button)
-
Copy the .xml/.js/.tss files to your project
-
Edit the .xml & .js as necessary to customize for your app
-
From your app, simply open the Alloy Controller
Alloy.createController("modalBottomsheet", {level: 1}).getView().open();
- Needs work to better handle events - touchMove, touchEnd, scroll, etc..
- Move this to an Alloy Widget and allow user to pass in their Views