Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List does not scroll on Windows Phone #43

Open
tsluijter opened this issue Mar 12, 2015 · 3 comments
Open

List does not scroll on Windows Phone #43

tsluijter opened this issue Mar 12, 2015 · 3 comments

Comments

@tsluijter
Copy link

We've implemented the AccordionList on several views, but it doesn't scroll on a Windows Phone.

We've also tried your demo on a Windows Phone (emulator) and it has the same problem.

@fryck
Copy link

fryck commented Oct 1, 2015

Same problem for me !

@jase88
Copy link

jase88 commented Jan 12, 2016

Same here. Usually workarounds like this helps:

Ext.define('app.myView', {
    extend: 'Ext.ux.AccordionList',
    platformConfig: [{
        platform: ['windows'],
        scrollable: 'vertical',
        infinite: true,
        variableHeights: true
    }],
config: {}
});

But not in this case. Any workarounds so far? :(

@jase88
Copy link

jase88 commented Feb 24, 2016

@shinobukawano does it help you if we're creating a VisualStudio project or do you have no possibility to test on a Windows system?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants