Hi,
I want to add the boonex groups module to the mobile app. So in the database I executed the following query:
INSERT INTO sys_menu_mobile VALUES (null,'groups','homepage','_sys_module_groups','{site_url}layout/helpers/app-icon-router.php?icon=articles&v=2',100,'{site_url}m/groups/home','','',15,1)
This way, the groups button was added to my homepage buttons, on 15th place.
However, if I click on the button, the app doesn't just open the groups page, but it opens the full website. Screenshot:
How can I make the app open just the groups page, not the full website?