socialappslab / denguechat-ionic

Other
1 stars 0 forks source link

Colombia Phone Download Issues #79

Open dman7 opened 7 years ago

dman7 commented 7 years ago

Colombia people are experiencing the following issues:

Can't get past login screen (with correct credentials). They see:

screen shot 2017-08-17 at 3 26 29 pm

They tried it on 2 different phones with the following makeup:

dman7 commented 7 years ago

New Issue: 3541448095655357959-account_id 2

dman7 commented 7 years ago

Phone config of Android 5, API 21, 768x1280 Huawei P9 Simon Phone with the following config:

screen shot 2017-09-21 at 12 11 51 am

creates this:

screen shot 2017-09-21 at 12 11 13 am
dman7 commented 7 years ago

The solution may be:

  1. Change CORS in production to allow anything (not sure if this is needed)
  2. https://stackoverflow.com/questions/43919218/crosswalk-error-request-was-denied-by-security
  3. Allow
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <allow-navigation href="http://*/*" />
    <allow-navigation href="https://*/*" />
    <allow-navigation href="data:*" />
    <allow-navigation href="*" />
  4. Comment out <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: http:"> in index.html