mobile

ASP.NET Forms Authentication with Android Browser

孤街醉人 提交于 2019-12-23 18:06:48
问题 I'm using ASP.NET Forms Authentication with a simple way. The authentication use a cookie for store the credentials. Works perfectly in browsers like: Desktop: Chrome, Safari, IE, ... Mobile: iPhone Browser, Opera Mobile ... I press the button form's authentication and i redirect to the app page. BUT, in Android browser i press the button and nothing. The configuration of ASP.NET Forms Authentication is simple: <authentication mode="Forms"> <forms loginUrl="MLogin.aspx" timeout="30" name="

does Mobile phones have IP address

时光怂恿深爱的人放手 提交于 2019-12-23 18:03:12
问题 Hi All Can you tell me if the mobile phones have IP address.. (I know we have it if we connect our phones to Wi-Fi)..but if we connect via GPRS.. if the answer is yes..how can I find it..I am doing the coding in J2ME and LUWIT... 回答1: If you connect through GPRS then no your mobile does not have an unique IP address. 来源: https://stackoverflow.com/questions/4623163/does-mobile-phones-have-ip-address

Fill in message box on facebook mobile app

て烟熏妆下的殇ゞ 提交于 2019-12-23 15:45:03
问题 Very simply I want to fill in the message box that is generated by this page: http://m.facebook.com/dialog/feed. The user has given stream publish permissions and chosen options to fill in the text on my site. Using ?message=xxx has apparently been deprecated. How do I fill in this information? 回答1: From the developer blog: Breaking Change: "message" parameter ignored in Feed Dialog On July 12, we are ignoring the message parameter in Feed Dialogs. This eliminates the ability to pre-fill

How can I detect mobile devices (and/or mobile cookie) without scripting (PHP) or server configuration (Nginx)?

泄露秘密 提交于 2019-12-23 15:14:30
问题 We are launching a mobile version of our website very soon. Our full website and mobile website are different only in theme, i.e. URLs are the same, only difference is on the front-end. We need to be able to do the following when a user visits our site: 1. Check a cookie (mobile == true OR false) to determine if full vs. mobile preference has already been defined (by user manually or by detection on our end). 2. If no mobile cookie is set, detect user's device on first page view and set

SpeechSynthesisUtterance not working in mobile broswer

时光毁灭记忆、已成空白 提交于 2019-12-23 15:12:24
问题 I am using SpeechSynthesisUtterance in my mobile website. This code is okay when I use it in my desktop version website. But I found that the function is not working in mobile browser in document.ready as below: $(document).ready(function(){ var text_tts="say something"; speakText(text_tts); }); function speakText(text_tts){ var u = new SpeechSynthesisUtterance(); u.text = text_tts; u.lang = 'en-US'; u.rate = 1; u.onend = function(event) { console.log('Finished in ' + event.elapsedTime + '

How to move inside google maps only with two fingers?

断了今生、忘了曾经 提交于 2019-12-23 12:49:44
问题 I have a big problem for mobile users: i have a google maps that has width: 100% and so when the user scroll the window if touch the screen "inside" the map, the scroll it will be only for map and not for all window... (yesterday my father for 3 minutes scrolled inside the map XD) To scroll the window is possible touch the border of screen, but is very very scrict and not all users understand this. I dont'want a map with a width less of 100% so i must found other solution... This is it will

Best practice for detecting and formatting for mobile browsers

允我心安 提交于 2019-12-23 12:49:21
问题 I host a small web shop for a client who wants it to be easily accessible from mobile devices. How do I detect if the user is browsing my site from a mobile device? When I have done that, should I: Check if the user has mobile device and then forward them to another site? I think the advantages would be: I can optimize layout from both sites for screensize I can use different techniques in the two sites (eg. jquery mobile for mobile) Use CSS for the different screen sizes => like on tutsplus

Detect if browser/device supports double click events

和自甴很熟 提交于 2019-12-23 12:45:43
问题 I have a table containing multiple rows. Each row is selectable by clicking once on the row. Double clicking the row opens up the datasheet the row represents in the same window. When using a mobile device, the double click (double tap?) doesn't trigger my double click event, and the mobile browser just zoom instead. After giving it some thought, I reckon it makes more sense for mobile devices to open the datasheet with a single click/tap anyway. Right now I'm detecting if it's a mobile

Mobile Safari (iPhone) CSS vertical centering/line-height CSS issues

拟墨画扇 提交于 2019-12-23 10:04:15
问题 Got an issue I've been trying to solve without much luck for a while across various projects. I've got some div s with text inside that is centered with CSS using display: block and line-height . I also tried with padding and a fixed height. Typically, these are setup as either just headers, or sometimes buttons. Either way, I always seem to have an offset on the top from vertical center in the mobile safari browser that I don't get in ANY web browser (it's perfectly vertically aligned in a

Flex mobile supports native mobile features?

こ雲淡風輕ζ 提交于 2019-12-23 10:03:13
问题 Does flex mobile supports In-App purchases, push notification etc that can run on all supported mobile platforms (iOS, Android, Blackberry playbook). Thanks 回答1: Currently "all" native mobile features are "supported" via AIR native extensions. You can read about AIR native extensions here It is quite a new feature, but the point is, you can create bridge between native code SDK and your AIR application. It means, your application will be able to make calls to native SDK, and also receive