mobile-devices

Windows CE 5.0 emulator needed

做~自己de王妃 提交于 2019-11-30 21:39:19
I need an emulator for Windows CE 5.0 to test an embedded device (not PDA or smartphone) application that I am developing. This is what I have already tried: Visual Studio 2008 Pro includes an emulator. Unfortunately, it does not include a Windows CE image (only Windows Mobile and Smartphone). Yes, there is a difference, see the screenshots here . Windows CE includes a "start button", windows that can be minimized, moved around etc. There is a Windows CE Device Emulator available from Microsoft. Apart from the fact that its license only permits non-commercial use, it does not run in Windows 7

Signature capture possible in various mobile web browsers?

北战南征 提交于 2019-11-30 04:41:41
My company is considering offering a lightweight mobile web site for data entry in the field (we already have a thick-client mobile application). One hard requirement is that we must be able to capture a signature. Is there any prior art for capturing a signature, specifically inside a web page running inside a mobile web browser, across a wide variety of mobile devices/web browsers? I am only asking for in-browser solutions, not thick-clients. For obvious reasons, the device would be required to have a touchscreen. Certainly there are many, many different mobile browsers out there with a wide

Signature capture possible in various mobile web browsers?

情到浓时终转凉″ 提交于 2019-11-29 02:01:28
问题 My company is considering offering a lightweight mobile web site for data entry in the field (we already have a thick-client mobile application). One hard requirement is that we must be able to capture a signature. Is there any prior art for capturing a signature, specifically inside a web page running inside a mobile web browser, across a wide variety of mobile devices/web browsers? I am only asking for in-browser solutions, not thick-clients. For obvious reasons, the device would be

How to detect mobile device and get user agent info send and save that information to database on server, only once?

不打扰是莪最后的温柔 提交于 2019-11-28 18:57:28
Is there any script to check user agent then send and save that information to database on server? I'm making mobile website with 2 versions like m.facebook.com and touch.facebook.com and I want to redirect to different mobiles. and I use WURFL device detection. So for example m.html5version.com should be delivered to all HTML5 supported devices and m.mobileversion.com should deliver to all other mobiles. So i need a way to detect device and browser 1st time using any server-side or client-side method. when any user will open the website first time on device then an script should run once it

How to get scripts to work with phones and tablets

一世执手 提交于 2019-11-28 12:51:28
I'm writing scripts for a google docs spreadsheet that run when cells are edited using the onEdit function. So far it performs things beyond what spreadsheet functions can achieve such as: Validates all data based on where they are entered Provides mechanism for protecting cells that are not supposed to be modified Logs date and time data is entered (the user part doesn't work properly though) Checks for duplicate entries and warns accordingly Applies number formats (beyond the limited choices available from the menus) Applies conditional formatting (No limits!) And much much more However one

Detect different device platforms using CSS

隐身守侯 提交于 2019-11-27 11:30:28
I'd like to say that I have read and tried many variations of the instructions here: http://www.cloudfour.com/ipad-css/ Detect iPhone/iPad purely by css Detect Xoom browser (Android) http://www.w3.org/TR/css3-mediaqueries/ http://www.w3schools.com/html5/att_link_media.asp http://en.wikipedia.org/wiki/List_of_Android_devices http://en.wikipedia.org/wiki/File:Vector_Video_Standards2.svg I would like to have my page use different CSS files depending on the device being used. I have seen many solutions to this, all using some form of the above. However, when testing on an HTC Desire I consistently

How Would I Change ASP.NET MVC Views Based on Device Type?

自闭症网瘾萝莉.ら 提交于 2019-11-27 10:53:09
I'm working my way through some ASP.NET MVC reading and I have a web app at work that I'll be migrating from WebForms to MVC. One of the feature requests I expect to get in the process is to have a simplified view returned if the user is coming from a mobile device. I can't quite see where the best place is to implement that type of logic. I'm sure there's a better way than adding an if/else for Browser.IsMobileDevice in every action that returns a view. What kind of options would I have to do this? Dale Ragan Update : This solution has a subtle bug. The MVC framework will call into FindView /

How to get appropriate images in respective android Device in Android Studio

て烟熏妆下的殇ゞ 提交于 2019-11-27 09:38:53
I m designing the layout of Music Player, but when im renderin with virtual device Nexus 5, i m not facing any problem at all but when im rendering with Nexus 7 it is showing the same size image. Posting screenshot of my photo too. Hope to get some solution from you guys. You have to follow this to support multiple devices : changes in screen density. xlarge screens are at least 960dp x 720dp large screens are at least 640dp x 480dp normal screens are at least 470dp x 320dp small screens are at least 426dp x 320dp Make this layout files, so that it will be same for all devices . res/layout

HTML Drag And Drop On Mobile Devices

China☆狼群 提交于 2019-11-27 06:00:34
When you add drag and drop to a web page using JavaScript, such as jQuery UI draggable and droppable, how do you get this to work when viewed via a browser on a mobile device - where the touch-screen actions for dragging are intercepted by the phone for scrolling around the page etc? All solutions welcome... my initial thoughts are: Have a button for mobile devices that "lifts" the item to be dragged and then get them to click the zone they want to drop the item on. Write an app that does this for mobile devices rather then try and get the web page to work on them! Your suggestions and

Simple Smart Phone detection

醉酒当歌 提交于 2019-11-27 04:42:57
问题 Ok I've seen a couple of mobile detection scripts that look to identify all mobile handsets, anyone come up with a simple Smart Phone detection script? I'm using the jQueryMobile framework and wanted to theme based on device, Am I going about this the wrong way or are there any tips one could give? What defines a Smart Phone? What I've seen but I think are way to complex for smartphone detection: HDAPI Zend UserAgent PHP get_browser() WURFL PHP API PHP Lightweight Mobile Detection I like this