CORS wont work in Cordova

replication:
modulus deploy name
meteor run android-device --mobile-server http://name.onmodulus.net

errors:

XMLHttpRequest cannot load http://name.onmodulus.net/__cordova/manifest.json. Origin http://meteor.local is not allowed by Access-Control-Allow-Origin.

XMLHttpRequest cannot load https://buckname.storage.googleapis.com/. Origin http://meteor.local is not allowed by Access-Control-Allow-Origin.

https://github.com/meteor/meteor/issues/3469
I have my App acess rules set in mobile-config.js.
Any ideas?
Thanks.

There is an open issue in Github https://github.com/meteor/meteor/issues/3469

I have the same problem