nokiabrowser

jQuery doesn't work in Nokia E71 browser

泄露秘密 提交于 2020-01-24 19:00:06
问题 I'm unable to use jQuery 1.5.2 with Nokia E71 browser. I found this problem reported in jQuery bug tracker without future fix. Is there any possible workaround? Thanks. 回答1: In order to use jQuery with Nokia E71 mobile browser I changed jQuery code. Replace div.attachEvent("onclick", function click() { with div.attachEvent("onclick", function(){ And Replace div.detachEvent("onclick", click); with div.detachEvent("onclick", arguments.callee); 回答2: Nokia E71 is using the S60 third generation OS

jQuery AJAX requests not working on Nokia E71 browser

时光怂恿深爱的人放手 提交于 2019-12-25 03:34:45
问题 After fixing jQuery compatibility with Nokia E71 browser to render pages now I'm unable to do an AJAX request. I've tried consuming a WS REST using JSONP with jQuery 1.5.2 but all the requests timed out. 回答1: Nokia E71 won't support JQuery . Please try with the latest Nokia models. 来源: https://stackoverflow.com/questions/5891331/jquery-ajax-requests-not-working-on-nokia-e71-browser

php redirect header location to phone number

半世苍凉 提交于 2019-12-23 23:09:19
问题 I'm trying to redirect the user's click on a link to a telephone number through php like this: //HTML <a href="tele.php"> and the php: <?php header("Location: tel:+123456789"); exit; ?> This works on newer mobile browsers but won't on the older ones in particular Nokia WAP2.0 browser. Any ideas, plaese? 回答1: Try wtai://wp/mc;xxxxxxxxx instead of tel: . 回答2: I've found a solution after few trials. I set up a third-level domain of my main domain: call.mydomain.it . In its docroot I placed an