Sven Franck

Results 52 comments of Sven Franck

to resize you'd have to trigger `panelHeight` (which also triggers `panelWidth`) on resize. Look for the `orientationchange` listener and add resize there. The problem is both functions are really resource...

panelHeight and panelWidth are both bummers.... hard to get right and slowing things down considerably. Adding to the confusing is the default padding Jquery Mobile is setting on pages, which...

I found out what's causing it. Whenever you have a fixed header/footer, JQM is adding a class of `ui-page-header|footer-fixed` to the page, which then sets the padding. I fixed this...

I will try to update to JQM 1.2.0 sometimes end of next week. I need to have the current multiview version working while I'm testing on another project.

This is such a pain in the a... If I'm spending time on mv, I'm always sitting over content height & width functions...

ok. I'm on it. Let's see what I can do.

@sstraus , @keepallsimple Ok.Please try and add this to your CSS file: ``` .ui-overthrow-mode div[data-wrapper="true"] { padding-top: 0px !important; padding-bottom: 0px !important; } ``` This overwrites padding top/bottom on the...

ok. I managed to reproduce now. I never understood what the problem really was. I think I have it fixed. Will commit today.

first hint: Problem for me was that I had a fixed footer on the nested page (a page in main/menu). Since it was fixed footer, JQM moved it to pos:abs/fixed...

@mliga666 : I'm busy on another project, but I will try to put in a little time next week to try and fix (#40, #41)some open bugs. The plugin is...