Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. digish
    D
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    digish

    @digish

    0
    Reputation
    2
    Posts
    567
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    digish Follow

    Posts made by digish

    • RE: Uncaught (in promise): pushPage is already running.

      @digish
      found the solution. Just delay the landing.
      var millisecondsToWait = 500;
      setTimeout(function () {
      doTheNeeded();
      }, millisecondsToWait);

      posted in Onsen UI
      D
      digish
    • Uncaught (in promise): pushPage is already running.

      this.onsNavigator.element.pushPage(ErrorHandlerComponent, {
      data: {
      error: {
      code: code
      }
      }
      }

      When I am executing the above code, I get the error :
      Uncaught (in promise): pushPage is already running. any idea, how to stop the navigator from running?

      posted in Onsen UI
      D
      digish