azicchetti / jquerymobile-router

A router/controller for jquery mobile. Also adds support for client-side parameters in the hash part of the url. The routes handles regexp based routes. This plugin can be used alone or (better) with Backbone.js or Spine.js, because it's originally meant to replace their router with something integrated with jQM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is JQM Router ready for JQM 1.1 Final?

terryroe opened this issue · comments

Is the JQM router project compatible with/ready for JQM 1.1 Final?

Thanks,

TR

Hi,
everything seems to work as expected with the 1.1.0 final, hopefully there won't be issues with this release.

I'm waiting for feedback about potential problems with manual changePage() calls, but I can't reproduce the problem that was reported in #39, so it might be something related to that particular application.

Cheers,
Andrea

Thanks Andrea.

TR