Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colombia Phone Download Issues #79

Open
2 tasks
dman7 opened this issue Aug 18, 2017 · 3 comments
Open
2 tasks

Colombia Phone Download Issues #79

dman7 opened this issue Aug 18, 2017 · 3 comments
Assignees

Comments

@dman7
Copy link
Member

dman7 commented Aug 18, 2017

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:

  • samsung GT N7000, ANDROID VERSION 4.1.2
  • huawei p9 version 5.0.1
@dman7 dman7 self-assigned this Aug 18, 2017
@dman7
Copy link
Member Author

dman7 commented Sep 19, 2017

New Issue:
3541448095655357959-account_id 2

@dman7
Copy link
Member Author

dman7 commented Sep 21, 2017

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
Copy link
Member Author

dman7 commented Sep 21, 2017

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="*" />
  1. Comment out <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: http:"> in index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant