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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -