html ファイル拡張子で動作する Google マップ v3 Web ページ (html5) がありますが、Android ブラウザーでまったく同じコードに php ファイル拡張子が使用されていると失敗します。
同じコードでファイル拡張子が異なる 2 つのファイルを次に示します。
HTML拡張子で動作 http://www.wildlifesightings.net/Animals/SubmitAnimalSighting.html?SubCategory=Bird&gCommonName=Mourning Dove&gCommonNameID=66&Mobile=yes
PHP拡張機能では動作しません http://www.wildlifesightings.net/Animals/SubmitAnimalSighting.php?SubCategory=Bird&gCommonName=Mourning Dove&gCommonNameID=66&Mobile=yes
Android スマートフォン ブラウザは、ファイル拡張子 .html と .php に基づいて html5 ページを異なる方法で解釈しますか?