調整過文件儲存之後,
依然無法在SDK 5th上面正確顯示中文,
請問是否還有其他地方需要注意或是調整的呢?
謝謝!
Type: Posts; User: alexbubble; Keyword(s):
調整過文件儲存之後,
依然無法在SDK 5th上面正確顯示中文,
請問是否還有其他地方需要注意或是調整的呢?
謝謝!
thank you for your response, i think i really need to specify my question.
i used this method on S60 3.2 emulator, it did get the screen size, detect the screen mode and successfully did the...
i found the answer from forum Nokia, as following:
window.onresize = handleOrientation;
function handleOrientation()
{
// landscape mode
if (window.screen.width > window.screen.height) {...