Help
Discuss or request ArrowChat modifications
User avatar
hostmarcel
Customer
 
Posts: 2
Joined: 02 Aug 2015, 14:47

 

by hostmarcel 15 May 2017, 06:20

hello good day :)
my question is:
how can i disable this button in the mobile version?
Image

i made it into an android app but i want them to stay in the app not being able to exit.
thanks in advance!

regards,
Marcel
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 15 May 2017, 14:12

In the /public/mobile/index.php file. I haven't tested this, but probably just remove this line:

Code: Select all
<a data-role="button" id="home-button" data-iconshadow="false" data-iconpos="notext" data-ajax="false" data-theme="b" href="<?php echo $home_url; ?>" data-icon="home" data-shadow="false" data-corners="false"></a>
User avatar
hostmarcel
Customer
 
Posts: 2
Joined: 02 Aug 2015, 14:47

 

by hostmarcel 16 May 2017, 14:16

Jason wrote:In the /public/mobile/index.php file. I haven't tested this, but probably just remove this line:

Code: Select all
<a data-role="button" id="home-button" data-iconshadow="false" data-iconpos="notext" data-ajax="false" data-theme="b" href="<?php echo $home_url; ?>" data-icon="home" data-shadow="false" data-corners="false"></a>


that jason worked perfectly!
thanks a lot :)