Meteor JS files being overriden by server values?

I have created a constants files for my mobile build and i want keep this values for mobile devices only, but after deployment and create APK build, the constants files values are overridden by server values, and i found that it happens on after the APK installation, first time opening the app on the login page the app is being refreshed and all values are overridden from server,
is there anyway to prevent this to specific files?

Check Meteor.isCordova

1 Like

Thank you for your response , but i solved my issue , by disabling the HCP feature :slight_smile:

@rjdavid sorry, by disabling HCP feature wont work properly , do u have any other ideas ?