opitzconsulting / jquery-mobile-angular-adapter

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

Problems with IE7 / Windows Phone 7 #11

Closed tbosch closed 12 years ago

tbosch commented 13 years ago

Hi, there is a problem when using the adapter in version 1.0.2 with windows phone 7: German: "Die type Eigenschaft wurde nicht gefunden, dieser Befehl wird nicht unterstützt" (English: "The type property was not found, the command is not supported").

In line 1130 of jquery-mobile-angular-adapter-1.0.2.js ... proxyUtil.createAngularWidgetProxy('input', function(element) { ... 1129: if (isTextinput) { 1130: element[0].type = 'text';

tbosch commented 12 years ago

Windows Phone 7 now uses IE9, which does no more have this problem.