开发者

how to detect Compatible CLDC version of Phones?

开发者 https://www.devze.com 2022-12-22 00:56 出处:网络
i am currently working on mobi开发者_如何学Pythonle base xhtml site. in this site i have to do download page.

i am currently working on mobi开发者_如何学Pythonle base xhtml site. in this site i have to do download page. for this i need to detect Compatible CLDC version of Phone. please help me.

thanks


Server side, you read the HTTP "User-Agent" header that should be attached to any HTTP request.

Match it against WFURL to figure out what you need to do to support the device (i.e. adapt your generated CSS code to the handset screen size...).

0

精彩评论

暂无评论...
验证码 换一张
取 消