mautilus / sdk

MAUTILUS SmartTV SDK
BSD 3-Clause "New" or "Revised" License
98 stars 43 forks source link

Question Related to OperaPresto #51

Open mnek84 opened 5 years ago

mnek84 commented 5 years ago

Hi, im having an issue with routing , let me explain the scenario

PAGE:MAIN goto(pageA,PARAM1,false) PAGE: A
-- on BUTTON 1 : goTo(PAGEB,PARAM) PAGE: B -- ON BUTTON2 goto(pageA,PARAM1,PARAM2)

When i call the button from pageb to pagea , the first time it works, the second time i call it seems like after execute that, exectus PAGE1.button1 and goes to PAGEB

that makes sense to you?