javascript - Samsung smart TV IME loading issue -
i have ime.js , html loads js invoke ime. however, html can not shown time when run project , maybe slow , there no error message in console well. when comment <script type="text/javascript" src="javascript/ime.js"></script>
in html, html can shown immediately. might problem? did miss configuration?
any help? in advance!
please try include script in end of body tags:
... <script type='text/javascript' src='$manager_widget/common/ime_xt9/ime.js'></script> <script type='text/javascript' src='$manager_widget/common/ime_xt9/inputcommon/ime_input.js'></script> </body> </html>
it's because ime starts work dom immediately
Comments
Post a Comment