4

asp.net を使用してモバイル Web アプリケーションを作成しています。アプリケーションは、iPhone、Blackberry、および Windows Mobile Platform をサポートする必要があります。このアプリケーションを開発する際に気をつけなければならないことは何ですか。これに利用できるベストプラクティスのリストはありますか?

概要:

4

3 に答える 3

1

Can you add some more info? If you are developing a application for all those platforms, I would guess you are creating either some sort of web-services or just a "standard" web-application?

If it's just a standard web-application, I think it's a bit hard to ensure a good compatibility due to the fact that javascript, which is widely used in webapplications isn't always implemented in browsers for mobile phones.... Yes, if you have Opera, and not Pocket Internet Explorer, it get's a bit better. When it comes to Blackberry I'm not quite sure how well the browser performs.

Iphone on the other hand is probably "easy" to develop for, since it's default browser is probably good at javascript - just as Opera mini.

Also - Other graphical issues due to the fact that many Windows Mobile devices have a reather low resolution should also be taken in consideration, but this is eventually getting better with the new devices beeing released :) (As Touch HD, Omnia, Diamond etc)

于 2008-11-18T14:59:09.443 に答える
1

asp.net が xHtml Mobile をレンダリングしていることを確認する必要があると思います。モバイル デバイス検出は非常に古く、一部のデバイスを正しく検出しません。他のもの (WURFL など) に変更する必要があります。

および一般的なモバイル Web 開発。

于 2008-11-19T13:08:43.550 に答える
0

System.Web.Mobile名前空間を使用する

于 2008-11-19T05:15:42.010 に答える