Link to .capx file (required!):
https://dl.dropboxusercontent.com/u/49730415/CocoonJSPromptTest.capx
Steps to reproduce:
1. Compile it on CocoonJS Cloud Compiler
2. Set the APPID and the Provision file
3. Build adhoc ipa and deploy to iPad
4. Touch the sprite to test the 5 kinds of prompt actions.
Observed result:
CocoonJS Prompt functions support 5 properties,
The "Text" seems can't support languages except English on iOS.
text: the keyboard can switch only English US/UK, can't switch to other language like Chinese or Japanese(Rome).
<img src="http://i1220.photobucket.com/albums/dd443/gonzdevour/1test_zps60cf547f.png" border="0">
Number: the keyboard can switch to other language's alphabet but can't choose the word.
<img src="http://i1220.photobucket.com/albums/dd443/gonzdevour/2number_zpsdd10f119.png" border="0">
Phone: allowed all language and choosing function
<img src="http://i1220.photobucket.com/albums/dd443/gonzdevour/3phone_zps1f60a49f.png" border="0">
Email: allowed all language and choosing function
Url: allowed all language and choosing function
Expected result:
The "Text" property should support all languages as Phone, Email and Url on iOS.
Browsers affected:
No
Operating system & service pack:
iPad3
Construct 2 version:
r132
Actually I've just sent an email to CocoonJS.
It looks more likely a bug from the api for iOS.
Because Android worked perfectly.