I have roughly the same issue, however I am not sure that I am able to pinpoint it to a font. In my case the CDVPageDidLoadNotification is never received (however the page is available, manually hiding the screen works).
I am currently debugging CDVUIWebViewDelegate code to figure out why. The state case STATE_WAITING_FOR_LOAD_FINISH: if (_loadCount == 1) { fireCallback = YES; _state = STATE_IDLE; } _loadCount -= 1; break; is never achieved. Thus there never is a callback. I also see strange requests for 'URL=about:blank' while debugging, and suspect this is the reason. [ Full content available at: https://github.com/apache/cordova-plugin-splashscreen/issues/157 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org