Hello All,
I have a page that relies substantially on state variables. I want to recreate the save web page, but as a mobile view.
Is there a way to copy a web page to a mobile view, bringing over the state variables?
Let me explain:
I have a web page (live_game) which contains 18 state variables.
I cannot create a mobile View that has the same name as my WebPage; Bubble won’t allow it. So, if I create a new mobile view, naming it “live_play”, I am not getting the live_game web page state variables I want to use in it. I therefore end up with over 1300 errors in my logic.
Thanks,
Guy