At zoom level close to 0, if I update the view with a new projection, OpenLayers doesn't request all the tiles, only some of them. I have to pan or zoom in and out to make it request all the tiles.
I can understand that this s useless if I only update the zoom level or the center, updating the projection should cause all tiles to be requested from the server.
Is this a bug or is any there a way (or workaround) through configuration or code to make OpenLayers request all tiles after changing the projection?
Note that I disabled the browser cache.