Giter VIP home page Giter VIP logo

Comments (9)

ajoslin avatar ajoslin commented on June 9, 2024

Hi @harmanpreetkaur,

Could you put a sample up on http://plnkr.co/edit demonstrating the problem?

On Mon, Dec 16, 2013 at 5:24 PM, harmanpreetkaur
[email protected]:

When I click at different buttons to navigate back and forth to different
pages, this library is loading all the views together. Am i doing something
wrong?


Reply to this email directly or view it on GitHubhttps://github.com//issues/86
.

from angular-mobile-nav.

AlmogBaku avatar AlmogBaku commented on June 9, 2024

same here.

I can't put example because it part of huge project.
It happened mainly in android, and I suspect it happened after multiple page navigation at the same time.

from angular-mobile-nav.

stephen776 avatar stephen776 commented on June 9, 2024

I am having the same issue. It is not consistent and I am unable to find a way to reproduce. Happens periodically when navigating to new page

from angular-mobile-nav.

 avatar commented on June 9, 2024

I added following in to app.js to fix it and it doesn't happen anymore:

.config(function($locationProvider){
$locationProvider.html5Mode();
$locationProvider.hashPrefix('!');
}

from angular-mobile-nav.

 avatar commented on June 9, 2024

@ajoslin - My changes are part of big project and it is hard to put it in plunkr.
It used to happen periodically until i put following changes in:

.config(function($locationProvider){
$locationProvider.html5Mode();
$locationProvider.hashPrefix('!');
}

from angular-mobile-nav.

stephen776 avatar stephen776 commented on June 9, 2024

Awesome! Trying it now. Thanks for the help.

from angular-mobile-nav.

AlmogBaku avatar AlmogBaku commented on June 9, 2024

In my case-
I changed back to ng-animate and now it works just great.

‏בתאריך יום שלישי, 4 בפברואר 2014, stephen776 [email protected]
כתב:

Awesome! Trying it now. Thanks for the help.


Reply to this email directly or view it on GitHubhttps://github.com//issues/86#issuecomment-34097871
.

from angular-mobile-nav.

redthor avatar redthor commented on June 9, 2024

I think I was getting the same issue. Well multiple mb-page div's.

I found the fix was due to the animationend event not firing. Issue came up with #72 and fixed with d6f1a3b
But as per last comment in #72 the mobile-nav.js file hasn't been updated.

So my change is just:
redthor@05b9849#diff-d41d8cd98f00b204e9800998ecf8427e

I'm not sure why all the sniffing is needed, we could just bind to both strings "animationend webkitAnimationEnd" ?

from angular-mobile-nav.

nehatha avatar nehatha commented on June 9, 2024

I am still getting this issue.None of the above solutions helped.Can any one please help me with this.

from angular-mobile-nav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.