Menu
Sites
Language
ASCII code not supported

The app uses a API call, which returns the data as a JSON object. (exp: http://en.wikipedia.org/w/api.php?action=parse&page=Sachin Tendulkar&format=json&prop=text&mobileformat=html)

The issues which we are facing are as follows:

The api also returns ASCII code like "\u0938\u091a\u093f\u0928 \u0930\u092e\u0947\u0936 \u0924\u0947\u0902\u0921\u0941\u0932\u0915\u0930" which also is not supported in the device.

We need to know how can we resolve the above issue as the whole layout gets distorted and app on the device stop working. 

The user views the same black and white spots on the pages.(Same issue as of SVG format images)

Edited on 18 03, 2014

Responses

2 Replies
Raghavendra Reddy Shiva
Issue might be with webkit rendering. Have update the below JIRA with this issue as well. https://bugs.tizen.org/jira/browse/TDIST-254 Mention the details of the API, you are using for further analysis in the above JIRA.
Raghavendra Reddy Shiva
Is your code working on Tizen simulator ?