-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Side Menu issue after upgrading to Beta 11 (Ionic2) #7600
Comments
Related to #7586 |
Hello @vaibsVB are you trying to use the sidemenu from a modal? Thanks for using Ionic! |
@jgw96 do you have an actual plunker template for beta11? |
@mpaland not yet, unfortunately we have ran into some issues involving npmcdn that i am currently working on resolving. Sorry for any hassle this causes. |
@jgw96 Thanks. actually in my case I'm not used My project consists of pure side menu example. It works fine with But after upgradation to Sorry for little english if you may get confused with my issue and But in general we both are facing kind of similar issue. Thanks in advance. |
Hello @vaibsVB ! Your english is perfectly fine! Unfortunately, I am having an issue reproducing this issue. Would you mind trying a fresh starter app by running |
Thanks Justin for saying perfect English :) Unfortunately, it's not so good. :) Coming to issue, currently, I'm trying to find why it is happening with Thanks for the reply. |
@jgw96 As you said, I thought to create a fresh project with But while creating a fresh project there is issue with
I don't know what is happened with my CLI.
with Kindly look into this and provide some solutions in order to make my CLI stable. Thank you. |
I have the same problem,too pls help with it? |
@vaibsVB Would you mind updating your ionic cli by running |
I tried your command i.e. but now my
seems it updated the version of |
Hello @vaibsVB , sorry that is my fault. The command should be |
It's fine justin.. Actuly I also did the mistake by direct copy paste the command suggested by you without any thinking.. :) So I inserted new command with this Thanks for suggested to upgrade to Will update you, if I found any difficulty further. Thank you. |
No problem! Are you able to reproduce the issue with a sidemenu starter? |
Thanks everyone for the info! @lufias would you be able to provide a repo with a minimal example that I can use to reproduce this issue? @Barryrowe does your issue happen only when using that string to change the mode in your query? Would you mind trying with just device emulation on chrome emulating an iPhone? Thanks everyone! |
@jgw96 I just tested this in chrome with emulation. It appears that everything works fine with the user-agent emulation. Whether iPad/iPhone or an Android device. I also tested without the header emulation and just using localhost:8100, localhost:8100?ionicplatform=ios, localhost:8100?ionicplatform=android. In all of these 3 scenarios the side menu appears to be broken as stated above. It appears that something is dependent on the User-Agent headers being picked up and applying some styles/events. |
Just did a fresh install of the conference app on my Iphone 6s (ios 9.3.4) delay issue is reproduced as follows:
The same can be reproduced in How this helps just a bit :-) |
@jgw96 I just created an example repo similar to my screenshot shown before.. https://github.com/lufias/sideMenu You may try running it on the browser and follow the same step as I told before. Unfortunately (in my case), there's no back button on the browser, so, you shouldn't be a able to do back action to view what happened on the root page (Menu should appear) So, perhaps you can try to run this on mobile device. I was running it on an android device with crosswalk 19+ plugin installed. On that note, I was also assigning the root nav into ViewChild in app.ts so that i can do a redirect right off the first page. Wonder if that what make the menu somehow binded to the root.
|
I'm running the latest CLI, beta 37. But, I actually stumbled this error back in beta 22.. I always wonder if this is just some kind of syntax error, that, whoever manage this, forget to remove the space between npm and install? Btw, you can proceed to installation by getting into the app directory, remove node_module folder and proceed with npm install directly from within.. |
Not sure if this issue is going in 2 separate issues or both part of same original issue posted. If I navigate from a popover to another page am 100% able to replicate issue. I work around this issue with the the following: FROM inside popover
This will navigate to page but the popover will still appear. Click away to close popover... and then the sideMenu toggle should work as intended. This is a temp workaround when I am developing so I don't have to refresh my page. |
@lufias Ahh i think i may know what the issue is now. Are you using |
Also, @Barryrowe your bug seems to be related to the same bug mentioned in this issue. Would you mind adding your findings to that issue? Thanks for using Ionic! |
@jgw96 Thanks! I will have to look at documentation to get more familiar with changes to nav stack. However I still have the issue when calling The popover and backdrop carries over to new page. I have to click away from popover to close it. I can't provide images now but hopefully someone can reproduce. |
Hello @abartolo 😃 . You should be calling the
|
@jgw96 Yup that makes sense lmao. Thanks! |
haha 😄 no problem! |
@jgw96 Done, posted to the other issue. |
@Barryrowe Yep i saw. Thanks! |
@jgw96 awesome.. it works!! even though I'm not actually setting root in my popover, rather to navigate to some other page. Leaving some code here for reference
Edited: Instead of navigate away from root, it's better to navigate away from current active nav so that back will still refer to the correct page
|
Hello! @lufias Awesome, glad its working for you now! Since it seems like this issue has been fixed i will be closing this issue for now. Thanks everyone! |
@jgw96 Have you find any solution to the issue i.e. we were cloned |
I am still experienced the same issue with beta-11. is this issue closed? Can we have detail step on how to remediate this issue in iOS device? I did try the code by lufias, but i got "No provider for ViewController!" Exception |
Hello @walter133 ! We are tracking this issue on #6405 as part of the beta.12 release . Thanks! |
Thank Justin
|
Will issue #6645 be finally fixed in beta 12?? |
Why this issue and issue #6405 have been closed when they clearly have not yet been fixed? (just wondering :/) |
@jgw96 I am still facing this issue i am using Ionic beta 11. |
Hello guys,
Earlier I created a simple project in
ionic2 beta-10
version. Inbeta-10
side menu working properly.But today I upgraded my project to
beta 11
the same code forSide Menu
not working. TheNavigation drawer
from the left side is not working. My most of the navigation is depend upon side-menu in current project.When I click on navigation drawer button (i.e. three horizontal lines icon) at the upper-left side of the navigation bar, nothing happens.
Also if I drag from left to right on the screen, side menu is not opening.
The side menu is not opening on
iPad
andionic serve (i.e. browser)
too..If anyone having such problem after upgrading to
beta-11
.Anyone know the solution for this??
Related issue created as topic on
ionic forum
, below is link for referencehttps://forum.ionicframework.com/t/side-menu-issue-after-upgrading-to-beta-11/59865
Thanks in advance.
The text was updated successfully, but these errors were encountered: