sebaferreras / Ionic3-MultiLevelSideMenu

Ionic 3 demo of a two-level side menu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrated the component but it does not show the page contents

peterennis opened this issue · comments

How do I debug this? It opens the page but contents are not loaded.

capture161
capture162

I was not able to reproduce this issue. Could you please try to reproduce it using this Stackblitz project?

OK. It will take me a few days to get time.
FYI, my dev sandbox is where the component integration is being targeted.
The live page looks like this:

capture1103

The sandbox does not work and the Ionic version is older than what I am using.
I will update to Ionic 3.7.0 and test again.

capture183

Hmmm could you please try again? Because it's working on my end:

stackblitz

And also please notice that the component was created using ionic-angular 3.6.0, not sure if it will work in 3.7.0 (until I test it and adapt it if needed).

commented

I have created an MVP and will commit the test to GitHub.
Updated to 3.7.0 and the same problem exists.
I will let you know when it is available.

Test repo here: https://github.com/peterennis/test-side-menu-content
Updated to Ionic 3.7.1
Error still exists.
If you are able to fix it I can turn the repo into a permanent testing sandbox.

@sebaferreras, fixed in this commit: peterennis/test-side-menu-content#2
It also works in my sandbox updated to Ionic 3.8.0
I am still a few commits behind and will continue testing with more menus.