Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with IE7 / Windows Phone 7 #11

Closed
tbosch opened this issue Sep 30, 2011 · 1 comment
Closed

Problems with IE7 / Windows Phone 7 #11

tbosch opened this issue Sep 30, 2011 · 1 comment

Comments

@tbosch
Copy link
Contributor

tbosch commented Sep 30, 2011

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
Copy link
Contributor Author

tbosch commented Apr 12, 2012

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

@tbosch tbosch closed this as completed Apr 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant