I am developing an app for tizen. I have a div in which i am
showing text. Text may be large than the div so for this i am using
overflow:auto/scroll to make div scrollable.
Now this is perfectly showing on eclipse html view but when i run my code on tizen device i don’t see any scrollbars.
Now for this i have come to know from my tizen developer guide that i have to enable scrolling in tizen. for this i need tizen-web-ui-fw.js file which i download from link.
And follow the instruction from tizen developer guide. But when app run on my device i see error message on console that
js/tizen-web-ui-fw.js (156) :TypeError: ‘undefined’ is not an object
which is on line :
(function ( $, window, document, undefined )
Now what i have to change or any other relible link for downloading the file tizen-web-ui-fw.js. Any help would be appreciated.
Tizen-web-ui-fw.js is not working
I am developing an app for tizen. I have a div in which i am
showing text. Text may be large than the div so for this i am using
overflow:auto/scroll to make div scrollable.
Now this is perfectly showing on eclipse html view but when i run my code on tizen device i don’t see any scrollbars.
Now for this i have come to know from my tizen developer guide that i have to enable scrolling in tizen. for this i need tizen-web-ui-fw.js file which i download from link.
And follow the instruction from tizen developer guide. But when app run on my device i see error message on console that
which is on line :
Now what i have to change or any other relible link for downloading the file tizen-web-ui-fw.js. Any help would be appreciated.
Here is my steps which i followed:
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio