You cannot use ScrollPanel on a mobile device because the browser in mobile devices do not support scrollable divs. Scrollbars will only appear at the page level (on the body element). We're working on adding touch event support to ScrollPanel to fix this.
Thanks, John LaBanca [email protected] On Wed, Feb 9, 2011 at 12:04 AM, Hemang shah <[email protected]> wrote: > hey thanks but i can't find anything from this will u please > elaborate? > i used scrollpanel in gwt it work nicely in desktop browser but it > doesn't even apear in mobile browser. > it display some of the content only but not appear scrollbar.. > pls if u know than help > > On Tue, Feb 8, 2011 at 11:31 AM, harry <[email protected]> wrote: > >> hey thanks but i can't find anything from this will u please >> elaborate? >> i used scrollpanel in gwt it work nicely in desktop browser but it >> doesn't even apear in mobile browser. >> it display some of the content only but not appear scrollbar.. >> pls if u know than help >> >> On Feb 7, 9:40 pm, John LaBanca <[email protected]> wrote: >> > Most mobile web browsers do not support inline scrolling, only page >> level >> > scrolling. If you really need inline scrolling, you can take a look at >> the >> > MobileScrollPanel we created for a demo a while back. It scrolls in >> > response to TouchEvents. >> http://code.google.com/p/google-web-toolkit/source/browse/?#svn%2Ftru... >> > >> > Thanks, >> > John LaBanca >> > [email protected] >> > >> > >> > >> > >> > >> > >> > >> > On Mon, Feb 7, 2011 at 12:48 AM, harry <[email protected]> wrote: >> > > i am developing an mobile application and i have a problem that i can >> > > not add scrollbar in it. >> > > i want to add scroll bar in my flow panel and i also want to fix my >> > > flowpanel's size fit to screen size. >> > > if anyone knows the solution pls tell me >> > > thanks in adv.... >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "Google Web Toolkit" group. >> > > To post to this group, send email to >> [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]. >> > > For more options, visit this group at >> > >http://groups.google.com/group/google-web-toolkit?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
