Two Panels
1 : Initially I see Right Panel
2 : on Click I Should See Left Panel
Twist(I See Left Panel but WITHOUT content)
Example : http://codepen.io/pawarvijay/pen/hrdec
Two Panels
1 : Initially I see Right Panel
2 : on Click I Should See Left Panel
Twist(I See Left Panel but WITHOUT content)
Example : http://codepen.io/pawarvijay/pen/hrdec
Here’s the fix, it’s pretty simple. It’s because you never wrap up the left panel with ion-content. And I also updated your ionic libraries. In this case, by wrapping up the content with ion-content, you make sure that the z-index is in the correct order so that your left panel content won’t be hidden by other layers.
Thank Your Very Much …For This Reply
Its Works Awsome!..