Oh, sorry, I was copypasted wrong code, but whatever console never otuputs
this call.
_getScrollContainer: function() {
console.log("_getScrollContainer");
if (this._scrollComposite == null) {
this._scrollComposite = new qx.ui.mobile.container.ScrollComposite();
this._scrollComposite.add(new
qx.ui.mobile.embed.Html(this._getIframeHtml()));
this._scrollComposite.addCssClass("wider-content");
this._scrollComposite.addCssClass("higher-content");
}
return this._scrollComposite;
}
2012/12/18 Alexander Voronin <[email protected]>
> _getScrollContainer seems to be not called at all when I reloaded it. Here
> is code:
>
> _getScrollContainer: function() {
> console.log("_getScrollContainer");
> if (this._scrollComposite != null) {
> this._scrollComposite = new qx.ui.mobile.container.ScrollComposite();
> this._scrollComposite.add(new
> qx.ui.mobile.embed.Html(this._getIframeHtml()));
> this._scrollComposite.addCssClass("wider-content");
> this._scrollComposite.addCssClass("higher-content");
> return this._scrollComposite;
> }
> }
>
> Page is based on qx.ui.mobile.page.NavigationPage and added
> in qx.ui.mobile.page.Manager as detail page.
>
>
> 2012/12/13 Alexander Voronin <[email protected]>
>
>> No suggestions on this?
>>
>>
>> 2012/12/12 Alexander Voronin <[email protected]>
>>
>>> I got your idea but this will not work.Container with PDF will not
>>> scroll in "standard" way. Just try it on iPad or other iOS device. That's
>>> why im using specific HTML code with specific CSS (pay attention on
>>> -webkit-overflow-scrolling:
>>> touch). Can I just turn off all qooxdoo stuff and lay scrolling on browser
>>> logic?
>>>
>>>
>>
>> --
>> когда я опустился на самое дно, снизу мне постучали..
>>
>
>
>
> --
> когда я опустился на самое дно, снизу мне постучали..
>
--
когда я опустился на самое дно, снизу мне постучали..
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel