wap

Desktop web version and mobile web version in Opera Mini

大憨熊 提交于 2020-01-23 14:30:58
问题 So I have a website and I mean to make 2 version of it, the desktop version (with full features) and mobile version (simplification of the desktop version). I'm using media query in CSS to adjust the style. It works well in native browser. When I open my web using native browser it will show the mobile version style. But somehow when I open my web using Opera Mini, it keeps showing the desktop version instead. I have googled it and didn't found any clue. Any idea how does it happen? Thanks!

Desktop web version and mobile web version in Opera Mini

孤人 提交于 2020-01-23 14:29:06
问题 So I have a website and I mean to make 2 version of it, the desktop version (with full features) and mobile version (simplification of the desktop version). I'm using media query in CSS to adjust the style. It works well in native browser. When I open my web using native browser it will show the mobile version style. But somehow when I open my web using Opera Mini, it keeps showing the desktop version instead. I have googled it and didn't found any clue. Any idea how does it happen? Thanks!

how to get MSISDN number in WAP using PHP?

最后都变了- 提交于 2019-12-30 01:36:33
问题 I have developed a WAP application and I would like to get the MSISDN of the users that visit my site. My operator has white listed my WAP application. I am getting MSISDN successfully on couple of Samsung Mobiles, but not getting same result on Nokia, BlackBerry & iPhone deviceas. Please suggest me best way to get MSISDN number for all devices. 回答1: The ability to get the MSISDN of the user visiting the WAP site depends on a number of things. Firstly, the user has to be on Mobile Data. If

Is it worth it to use Wap to have cellular webpage?

独自空忆成欢 提交于 2019-12-23 20:09:09
问题 Is it worth it to develop WAP webpage for cellular since now cellular have browser that is really better than before? I have a PHP website and I would like to increase the use of portable device to use it. Is it worth it to implement. 回答1: Frankly, no. I've written WAP pages (it's painful), I've never seen a person use a WAP browser, and for the 4.25 people in the world who do, there are WAP Gateways. Unless your site is geared towards providing WAP friendly content (e.g. bitesize) that

wap/wml still relevant in 2011?

蓝咒 提交于 2019-12-22 08:58:19
问题 To my surprise I couldn't find a short and clear answer for this question. Is WAP/WML still relevant for todays mobile web/app development? Regards, Milanko 回答1: WML is obsolete, and only used by a very small (<5%, maybe less) of active mobile devices. WAP 1.0 is similarly obsolete, but WAP 2.0 is still very much alive and kicking. 2.0 specifies XHTML Mobile Profile as its markup, which is a cut down version of full XHTML. Crudely put, WAP 2.0 is really just a specified combo of HTTP and

Is WAP Dead? [closed]

守給你的承諾、 提交于 2019-12-18 13:18:36
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 months ago . 7-8 years ago I developed some cool apps using WAP. The mobile phone apps were able to help several in a few local governments, school systems as well as apartment complexes manage their mobile-workforce and various duties they did. Back then the alternative was a Java

Internal hyperlinks in a MMS

只谈情不闲聊 提交于 2019-12-12 17:33:25
问题 Is it possible to put an internal hypertext link (or anchor) inside a MMS. I wan't to offer a user of a MMS service to choose between several links and make his way inside the MMS. Any idea how it is possible ? 回答1: how are you composing your MMS? are you using some kind of API or gateway message compiler? or creating the message from scratch (multipart MIME)? I believe the default mimetype in MMS is WAP/WML (possibly application/vnd.wap.mms-message ?) in which case you can construct your

Monitoring MMS_RECEIVED like SMS_RECEIVED on android

谁说胖子不能爱 提交于 2019-12-10 10:45:38
问题 So I'm setting up a program that plays a sound that is set when you receive a message, mms or sms. I got it to work with SMS but MMS doesn't do anything. Here is the code for the class that runs the BroadcastReceiver: /** * This class overrides the main BroadcastReceiver to play the tone * at the given textSoundPath. * @author Jesse Stewart * */ public class TextMonitor extends BroadcastReceiver { public static String textSoundPath; //this is the sound set to play when //sms or mms is

Desktop web version and mobile web version in Opera Mini

大城市里の小女人 提交于 2019-12-06 12:54:52
So I have a website and I mean to make 2 version of it, the desktop version (with full features) and mobile version (simplification of the desktop version). I'm using media query in CSS to adjust the style. It works well in native browser. When I open my web using native browser it will show the mobile version style. But somehow when I open my web using Opera Mini, it keeps showing the desktop version instead. I have googled it and didn't found any clue. Any idea how does it happen? Thanks! There are a number of reasons why Opera Mini is showing the desktop version of the site. The most likely

wap/wml still relevant in 2011?

谁都会走 提交于 2019-12-05 12:31:54
To my surprise I couldn't find a short and clear answer for this question. Is WAP/WML still relevant for todays mobile web/app development? Regards, Milanko WML is obsolete, and only used by a very small (<5%, maybe less) of active mobile devices. WAP 1.0 is similarly obsolete, but WAP 2.0 is still very much alive and kicking. 2.0 specifies XHTML Mobile Profile as its markup, which is a cut down version of full XHTML. Crudely put, WAP 2.0 is really just a specified combo of HTTP and XHTML Mobile Profile. You can forget WML, though, unless you really need to support Nokia 7110-type phones still