Ian Maffett
Ian Maffett
@lianghuiyuan if it works for you. The hack is needed when the content on the screen is smaller then what the viewport is. The overflow scroll will not trigger, so...
App Framework 2.0 allows the users to use "device" themes or create their own. Device themes are 1) iOS 2) Android (light and dark) 3) Win8 (light and dark) 4)...
If someone wants to fix this, the issue is that when trying to find the current position (and bounds) to move from, it does not account for element scrollTop and...
Push the change to your fork and I'll be glad to check it out.
Ok - the reason I added that was for this case. ``` html Bar ``` When searching, I want it to search the contents of the anchor tag and not...
I was thinking - if you add an option (filterChildren) that defaults to true, then it should work in both cases. You'd set it to false for tables or others.
WP7 is not supported. I did just make a few fixes to the carousel for WP8 - there was some css missing. To get support for WP8, you must include...
I ran it and it worked fine. I will try to get something up tomorrow.
@beejjacobs This is a bare bones demo. If you dump it into App Framework UI, or use correct CSS, you will not see the scrollbars. I have it working fine...
I need a sample to be able to debug this.