Sven Franck
Sven Franck
did you try: ``` ```
hm. If you can post your basic html, I could have a quick look (also deadline on Monday....) For now I can only guess: Multiview navigation works similar to the...
Don't put any text in the console.log, when you want to see the object. ``` console.log("this is ="+ data ) ``` will give you **object object** ``` console.log("this is=") console.log(...
Then if you get the _data_ object, check what: ``` data.toPage data.options.fromPage data.options.pageContainer ``` are. If any of these are empty or wrong or toPage is an object, you have...
Hi Serge, I have my deadline in 2hrs. I will check once I'm back home and cought some sleep... I also did a lot of improv over the weekend. I...
Agree on best practice. Currently they are not supported very well I think. Regarding your links: Run these through JQMs $.mobile.path.parseURL( "your_link" ) and see what JQM makes of them....
Hello Serge, re dynamic pages. I'm currently also trying to stay from them. I load a shell page and then add/remove content via Ajax. Right now more of a time...
I still haven't had the time to work on the demo page. I'm working on the plugin. You can use both of the "triplePop" pages for the latest implementations. Overthrow...
Out of the box, I would use a popover panel. See on this [page ](http://www.stokkers.mobi/jqm/multiview/test/fix_triplePop.html) for example. Popovers are like main/mid/menu, so just insert after your last panel: ``` //...
Parameters [again ](https://github.com/jquery/jquery-mobile/issues/4253#issuecomment-5442437) :-) The questions is what should happen when your content updates? - Should the page load again, so it's in the DOM twice (default JQM, I believe)?...