WMS Layer not showing up, because CRS:84 is used instead of EPSG:4326
In Fiddler I can see that the requested WMS url uses : &crs=CRS%3A84& but it should be &crs=EPSG%3A4326 instead
How can I force the request to use the correct projection?
In ArcgisRuntime 10.2.7 the correct projection EPSG:4326 was used, now in Version 100.x.x always the unallowed CRS:84 is used.