This problem is occured in specific device(IPad Pro 6 Gen), in certain situation (Occured on first run the App)
The original text is Korean, and error occured like picture above. In flutter, there are no additional code about language, and also in other device, there are no bugs about language.
I have to fix this error because of IOS app deployment. I received the rejected message about [2.1 - Performance - App completeness, "We are discovered one or more bugs in your app. Specifically text was not properly displayed on the iPad device"].
Is there any method to solve this bug?
By adding the UTF-8 code in every vue page, I can solve the problem.
<meta charset="UTF-8">
I add the code above in every page.