Darkxell opened a new issue #954:
URL: https://github.com/apache/cordova-ios/issues/954
# Bug Report
Since the release of ios 14 beta 2, app names with non ascii characters such
as "é" make the app unuseable.
The app launches, but stays on a white screen until closed.
This is unrelated to similar looking splashscreen issues.
## Problem
### What is expected to happen?
The index.html page should be parsed and apear, serving the app content.
### What does actually happen?
The screen stays white until the application is closed.
## Information
### Command or Code
Steps to reproduction:
```
cordova create test
```
In your new project, edit config.xml ``<name></name>`` and put a name that
has non standard ascii characters, such as "é".
Also edit package.json and change ``{"diplayName":""}`` to the matching
value.
```
cd test
cordova platform add [email protected]
```
Then build and deploy the project on your device using Xcode.
Launch the app.
### Environment, Platform, Device
Using:
cordova 9.0.0 (lib 9.0.1), both on osX and Windows
the latest version of platform-ios (6.1.0)
no other plugin for testing purposes
ios 14 beta 2 and ios 14 beta 3 (current build 18A5332f) on an Iphone 11
Bug does not appear on older versions of IOS, working fine in 13.x versions
and 14 beta 1.
### Version information
Xcode 11.1 (11A1027)
ios 14 beta 3 (18A5332f)
platform-ios 6.1.0
cordova 9.0.0, lib 9.0.1
## Checklist
- [x] I searched for existing GitHub issues
- [x] I updated all Cordova tooling to most recent version
- [x] I included all the necessary information above
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]