-
13 Aug 2012 5:20 AM #1
Unanswered: iframe scroll along with panel scroll
Unanswered: iframe scroll along with panel scroll
Hello all ,
I am having a iframe inside a panel as carausel item. When i do the normal scroll(dragging scroll bar ) it works fine before-scroll.jpg.
But when i do touch scroll, I don't get the scroll happen in the similar way. iframe's content does't get scrolled .
after-scroll.jpg
How i can i get my panel scroll work in a way so that, when i scroll down even my iframe content gets scrolled.PHP Code:Ext.define('Burst.view.home.ViewHome', { extend : 'Ext.Carousel', alias : 'home.ViewMain', requires: [ 'Ext.carousel.Carousel', 'Ext.Img' ], id: 'viewHome',
config : { title : 'Home', iconCls : 'maps', xtype:'carousel', fullscreen: true, direction: 'horizontal', scrollable: { direction: 'vertical', directionLock: true }, defaults: { styleHtmlContent: true },
,{ xtype:'panel', scroll:'vertical', layout:'fit', cls : 'carouselBG', html: '<iframe style="position:fixed;top:0;left:0;float:left;z-index:1;" width="100%" height="100%" src="http://www.burst.it/terms-body.html"></iframe>'
}
-
13 Aug 2012 7:49 AM #2Sencha - Training Team
- Join Date
- Sep 2008
- Location
- Germany - Darmstadt
- Posts
- 682
- Vote Rating
- 10
- Answers
- 21
scrolling with two fingers should work in the iframe.
trainings / workshops / consulting: Sencha Touch / Ext JS
Profile on SenchaDevs
www: http://www.nils-dehl.de
twitter: nilsdehl
meetup: Sencha Touch / Ext JS Meetup Frankfurt
videos: http://vimeo.com/album/1621422
conference photos: http://www.flickr.com/photos/nils-dehl/
-
14 Aug 2012 10:28 AM #3
-
14 Aug 2012 11:38 AM #4
-
16 Aug 2012 2:17 AM #5
-
16 Aug 2012 2:29 AM #6Sencha - Training Team
- Join Date
- Sep 2008
- Location
- Germany - Darmstadt
- Posts
- 682
- Vote Rating
- 10
- Answers
- 21
there is no ready to use solution for your problem.
what you have to do is to write a managed iframe componente which takes care of all your needed eventhandlingtrainings / workshops / consulting: Sencha Touch / Ext JS
Profile on SenchaDevs
www: http://www.nils-dehl.de
twitter: nilsdehl
meetup: Sencha Touch / Ext JS Meetup Frankfurt
videos: http://vimeo.com/album/1621422
conference photos: http://www.flickr.com/photos/nils-dehl/


Reply With Quote

