Кто может сказать. Я не могу решить проблему
Cordova сборки выпускают блоки ajax. запрос отменен. сборка развивай работает отлично. Cordova Run android --release --buildConfig - не работает ajax Cordova Run android --develop --buildConfig - отлично работает
chrome обновление.
config.xml
<plugin name="cordova-plugin-whitelist" spec="1" />
<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:*" />
индекс. html
<meta http-equiv="Content-Security-Policy" content="default-src * data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:;">