Languages

Menu
Sites
Language
ui-scroll creates automaticly

Hello,

I am new to tizen. Trying to create simple web project using Wearable 2.3.1 Tau basic template, and every time I run it, content of ui-page is automatically wrapped with ui-scroller. But it should not be scrollable. The solution I use now is overflow hidden on #ui-scroller but there should be some normal solution

UPD: does not matter anymore. closed

Edited by: Infoshoc on 11 Mar, 2016

Responses

1 Replies
Nafisul Islam Kiron

Hello,

you can use

<div style="position: fixed; overflow-y: scroll; width: 100%;">Your content here</div>

This will give