Hi everyone
I have a view (lets call it "search-view") when user click a link like <a href="#search-view?q=Yahoo"> it will open the view and run fine without any issue
now inside the view "search-view" I have a link called <a href="#search-view?q=Google"> , when I try to click it simply the app will not respond and no error in the browser console.
I'm trying this using chrome so I'm not sure its it because chrome or this method is not allowed.
Thanks
I have a view (lets call it "search-view") when user click a link like <a href="#search-view?q=Yahoo"> it will open the view and run fine without any issue
now inside the view "search-view" I have a link called <a href="#search-view?q=Google"> , when I try to click it simply the app will not respond and no error in the browser console.
I'm trying this using chrome so I'm not sure its it because chrome or this method is not allowed.
Thanks