Page 1 of 1

Cant navigate from one popup to another

Posted: Sun Aug 16, 2015 5:58 pm
by Devin Normand

We are trying to go from one popup to another.

On the first one, you create an account, then you press a button which invokes a signup service, then (is supposed to) open a new popup.

So the events are below

  1. When the button is clicked, it invokes the signup service

  2. When button is clicked, it opens new popup (after service)

    Thank you for helping me


Cant navigate from one popup to another

Posted: Sun Aug 16, 2015 8:46 pm
by Serhii Kulibaba

Hello Devin, Could you clarify what have you tried and what exactly does not work?


Cant navigate from one popup to another

Posted: Sun Aug 16, 2015 11:21 pm
by Devin Normand

Hello Sergiy,

To sum it up, we can't navigate from one popup to another.

First we have a registration popup:
Image

When you click the button, it does TWO THINGS:

  1. Registers your user to the DB

  2. Navigates to a different popup

    Unfortunately, although it adds the user, IT DOES NOT OPEN ANOTHER POPUP

    We have tried to fix this by putting the events in different order, adding another event to close the current popup then open another one, but none have worked.

    How can we navigate to another popup?

    Thank you,
    DN


Cant navigate from one popup to another

Posted: Thu Aug 20, 2015 8:55 pm
by Evgene Karachevtsev

Hello Devin,

Could you please check for the errors in a browser console? Also please detail the code with which your're trying to open another popup?