@IliaSky I have added the new code. But it still created many page like this.
minhnd
@minhnd
Posts made by minhnd
-
RE: Problem with ons-navigator replace to page.
-
RE: Problem with ons-navigator replace to page.
@IliaSky Sorry but when I build my app with the version of onsenui in your codepen…It still have errors with replacePage. (master version). Can you take a look?
-
RE: Problem with ons-navigator replace to page.
@IliaSky I have checked your codepen and it worked correctly. Thank you very much for your information. By the way, is there any way that I can change the animation of replaceToPage similar with PopPage, now it is same with PushPage and do you have any information about when RC.16 will be released?
-
RE: Problem with ons-navigator replace to page.
@Fran-Diox Thank you for your help ! I hope this problem can be fixed soon !
-
RE: Problem with ons-navigator replace to page.
@Fran-Diox The sample you sent me worked fine with Chrome Browser. But it did not work with Safari. It created a lot of page2 !
-
RE: Problem with ons-navigator replace to page.
For more detail, I have a list of product. I choose products to edit. Page B is an edit page. So I want to swipe left to edit the next product, swipe to edit previous product. I use replaceToPage to have the transition effect.
-
RE: Problem with ons-navigator replace to page.
Maybe you misunderstood me. What I want is:
PageA ----> Pust to Page B ----> Replace to page B ----> Replace to page B -----> Replace to page B -----> popPage to Page A. when I use replaceTOpage(‘B’) , I just change the data but keep the same page.
-
Problem with ons-navigator replace to page.
Hi,
I have a serious problem with ons-navigator.
I have Page A and Page B.
I tried to push from page A to page B. In page B, I use replaceToPage(‘PageB’) ( delete page B and create new page B with new data). But sometime, the navigator create more than 1 page B, it did not delete the Page B, just create new page B. So I have more than 1 page B in ons-navigator.
Can you guys suggest me solution or this problem?