-
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
bug: navbar back button transition if title not changed #1858
Comments
Hey @darrenahunter, is this only on a device? I'll load it on my iphone and see if its choppy at all. What device are you testing on? |
No mike it happens on device's ios and android and in browser. See codepen
|
Hey @darrenahunter, sorry for the delayed response. So testing against the nightly builds seems to be pretty good http://codepen.io/mhartington/pen/tDBEi We are working on our JS-based animation system, so I'm going to see how this will effect your issue. |
Hi Mike I just ran your codepen - with nightly build and the problem is still there. Click on a News List to detail page then click the back icon on navbar - you will see the delay and the menu icon and back icon together for a sec thanks On 6 Aug 2014, at 4:48 am, Mike Hartington notifications@github.com wrote:
|
I have exactly the same issue on beta 11. The back button on the detail view is opaque too. |
Ah I see now, good catch guys! I'll pass this @perrygovier |
On it |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Type: bug
Platform: mobile webview
Have noticed a weird behaviour in my apps lately caused by me not changing the 'Title' on the Navbar between Master / Detail screens.
It looks terribly hybrid/css slow if you don't change the Title.
See this codepen to demo the problem.
http://codepen.io/darrenahunter/pen/oDKid
Swap lines 55 and 56 (ie. on the detail html change or don't change the Title text) and watch the navbar when you return from the detail view back to the list view.
Assume it is due to the animation being triggered.
For now all I do is append a space to my Title on a detail view.
Not sure whether to file a bug
Cheers
Darren
The text was updated successfully, but these errors were encountered: