opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Support for JQM 1.3 #115

Closed avandijk closed 11 years ago

avandijk commented 11 years ago

Hi,

Is the angular adapter compatible with the new version of JQM 1.3 which is now in beta officially?

thx Arjan

tbosch commented 11 years ago

Hi, sorry, not yet. Didn't have time. However, if you could try, collect bugs and report them, this would help a lot for the next version!

Tobias

mlegenhausen commented 11 years ago

+1 I will collect bugs ;) We would need this support in around one month.

avandijk commented 11 years ago

Ok I'll collect bugs also as I am about to implement angular adapter for the first time in my apps

tbosch commented 11 years ago

@mlegenhausen: Should be doable to support jqm 1.3 around mid of March or so...

cranst0n commented 11 years ago

+1

westlane commented 11 years ago

+1

mlegenhausen commented 11 years ago

As generell information, we are currently porting our app to jqm 1.3 and have no bugs at all with the jqm-angular-adapter. We are currently using a single file with all pages inside, but there are other issues when loading them dynamically. The only problems we had were with the integration of the new widgets like the panels, which we solved by building our own directives.

jperl commented 11 years ago

:+1:

jonathancochran commented 11 years ago

Thanks for all you work on this adapter, tigbro! I'm curious if you're optimistic about a mid march release still? I built a frontend ui around 1.3 but ran into various issues with the new widgets and wasn't able to figure out how to upgrade the adapter to support the new widgets.

tbosch commented 11 years ago

Still possible!

Am 26.02.2013 um 21:44 schrieb "couchinteractive" notifications@github.com<mailto:notifications@github.com>:

Thanks for all you work on this adapter, tigbro! I'm curious if you're optimistic about a mid march release still? I built a frontend ui around 1.3 but ran into various issues with the new widgets and wasn't able to figure out how to upgrade the adapter to support the new widgets.

— Reply to this email directly or view it on GitHubhttps://github.com/tigbro/jquery-mobile-angular-adapter/issues/115#issuecomment-14138481.

tbosch commented 11 years ago

Hi, introduced a new provider jqmNgWidgetProvider, with which all widget adapters are written. By this, it should be fairly simple to move on to jqm 1.3. See https://github.com/tigbro/jquery-mobile-angular-adapter/#integrating-custom-jquery-mobile-plugins-with-angular

Tobias

ds82 commented 11 years ago

There is a problem with the listview as well. It's not rendered by jqm at all:

http://jsfiddle.net/ds82/ZHKBA/100/

If you change jqm from 1.3 to 1.2 in this example it works fine.

tbosch commented 11 years ago

Hi ds82, your listview example is now working again!

Tobias

tbosch commented 11 years ago

Closing this, preparing for release 1.3.0 of the adapter.