Ionic split panes?

I’m designing a mobile app using Ionic, and I need to have multiple panes visible at the same time, with the user being able to resize each pane as they will.

I’ve attempted to integrate jquery.layout-1.4.4 into my project, but when deployed to my Android device, the app does not allow the user to drag the pane borders to change the pane size (it works as expected in Chrome on my desktop).

I’ve also looked at Ionic’s ion-side-menus, but that clearly isn’t what I need.

So: any suggestions for how to implement multiple nested split panes in an Ionic app?

Thanks for your time.