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

Not working on Cordova #4

Open
hugobrizard opened this issue Jun 12, 2017 · 2 comments
Open

Not working on Cordova #4

hugobrizard opened this issue Jun 12, 2017 · 2 comments
Labels

Comments

@hugobrizard
Copy link

Does not seem to be working when you build on cordova and run on a device (iOs or Android)...

The dynamic xtype loading into the container does nothing, so the screen remains white...

@simonbrunel
Copy link
Contributor

@hugobrizard Thank you for your report. It's actually a bug with the way how we require the Google Map API: '//maps.googleapis.com/maps/api/js', which is incorrectly resolved inside Cordova (file:///... instead of https://...).

Starting 6.5.1 (not released yet), it will be possible to override the required URL from the app.json:

"mashup": {
    "redirect": {
        "//maps.googleapis.com/maps/api/js{options}": "https://maps.googleapis.com/maps/api/js{options}"
    }
}

@need4android-com
Copy link

I've run the apk build in my device (android)
it starts loading login page but after that it shows a white screen even I've set the google map api as mentioned above
any fix for this issue would be great

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

No branches or pull requests

3 participants