jonmarinello / mrsc-mobile

MRSC Ionic Mobile Application
https://itunes.apple.com/us/app/id1069734743
1 stars 0 forks source link

Fix service ion-box problems with each box having a different height #8

Closed jonmarinello closed 8 years ago

jonmarinello commented 8 years ago

For now the direct access "box ball" sort cuts are disabled. Once the variable height issue has been addressed, re-enable the "box balls" and see if they work. Working their is the z-index of the "box balls" places them behind the content in the ion-box.

See:

https://forum.ionicframework.com/t/slide-box-dynamic-height/2149/21

Probably a better solution than this hack is to put ion-content inside ion-slide - see codepen at http://forum.ionicframework.com/t/vertically-scroll-able-lists-contents-in-ion-slidebox/7453/2 .