-
2 Feb 2011 11:27 AM #1
[OPEN-752] Sencha and Phonegap: Carousel in Panel works on iPad 4.2 but not on 3.2
[OPEN-752] Sencha and Phonegap: Carousel in Panel works on iPad 4.2 but not on 3.2
When placing my carousel in a panel, the iPad simulator running iOS 3.2 has very peculiar behaviour: it shows a fraction of the panel (without the carousel component) atop the screen, which slides down when double-tapping.
If I run the exact same code on the simulator running 4.2 (or my device, also 4.2) the code works fine.
I have tried various approaches, but I cannot seem to get the carousel component working in a panel on iOS 3.2
Is this a bug or am I missing something?
My code (properly initialised etc.) is as follows:
I have tried adding this.mainContainer.render(document.body); and this.mainContainer.doLayout(); however it makes no difference.Code:this.mainContainer = new Ext.Panel({ fullscreen: true, html: 'panel 1', layout: 'fit', items : [{ xtype: 'carousel', items:[{ html: '<p>Slide 1</p>', cls: 'card1' }, { html: '<p>Slide 2</p>', cls: 'card2' }, { html: '<p>Slide 3</p>', cls: 'card3' }] }] });
I am compiling this to an app using phonegap.
Any help would be greatly appreciated
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Aral Disk Manager (File upload from your iPhone / iPad without PhoneGap)
By AndreaCammarata in forum Sencha Touch 1.x: Examples and ShowcasesReplies: 24Last Post: 10 Jan 2012, 1:28 AM -
[OPEN-753] Bug report: orientation does not update on iPad 3.2 with phonegap
By Ayame in forum Sencha Touch 1.x: BugsReplies: 4Last Post: 18 Apr 2011, 5:23 PM -
phonegap with sencha samples on iPad
By iowastate89 in forum Sencha Touch 1.x: DiscussionReplies: 6Last Post: 20 Jan 2011, 5:59 AM -
phonegap sencha - open website in safari
By lteti77 in forum Sencha Touch 1.x: DiscussionReplies: 0Last Post: 27 Oct 2010, 2:01 AM -
Carousel Component Not Working with PhoneGap on iOS4
By dankhan in forum Sencha Touch 1.x: DiscussionReplies: 5Last Post: 7 Oct 2010, 12:49 AM


Reply With Quote