I've kinda created a working version. Not tested enough to understand the limitations yet:
The idea:
1. Upon page initialisation, set the panel to open.
- <script>
- $(document).on('pageinit', function () {
- $('#mypanel').panel('open');
- });
- </script>
I wish there's no need to use scripts to set this though.