I'm building a cordova application with the Esri ArcGIS JS 4.3 and I have a problem with basemap urls.
They are defined as: //services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer
and when my Android application requests the resource it is translated into file://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer
.
How can I change file://
into https://
so that the request is valid?