Questions tagged [mobile-devices]

Mobile devices are a set of handheld devices including mobile phones and smartphones, tablets, smartwatches and other portable devices.

Mobile devices are a set of handheld devices including mobile phones and smartphones, tablets, smartwatches and other portable devices. They usually have an operation system, which provides various features for browsing web, using applications and managing personal data and files.

287 questions
4
votes
3 answers

The type 'Microsoft.CompactFramework.Design.UnsafeControl' has no property named

I get this error when opening the design view of a form that has a Honeywell DecodeControl on it (for a Honeywell barcode scanner - Dolphin 6100 if anyone is interested). I've googled this to death and done the following: added an XMTA file with…
Jez Clark
  • 2,919
  • 4
  • 26
  • 31
4
votes
2 answers

How do I check if the selenium selector was successful?

I am currently developing automated UI tests with Appium for a website. I run my tests with many devices on testobject and there are some problems I try to solve. My sample code is this: WebElement lexiconCollapsible =…
Horsty
  • 321
  • 6
  • 18
4
votes
2 answers

Is there a way to get Chrome Dev Tools to emulate default zoomed out view of wider-than-screen-width websites for mobile devices?

I'm trying to use Chrome's Dev Tools to emulate a standard rendering of a webpage on numerous mobile devices. However, when attempting to emulate devices with smaller screen resolutions than the width of the page I'm trying to render, I'm only…
4
votes
1 answer

App WebView in Android 4.4+ not dealing with Viewport correctly

I'm looking for a solution regarding a viewport related issue with the new 4.4+ Android Webview. The problem, in detail, is that in the new 4.4+ Android webview, the view port is not being dealt with correctly, or possibly ignored, resulting in the…
D G
  • 80
  • 7
4
votes
0 answers

Which Android devices don't download OBB expansion files directly from the Google Play Store?

Which criterias define if an Android device is able to directly download an OBB expansion file from the google play store? Does it depend on hardware and/or Android version?
derFunk
  • 1,587
  • 2
  • 20
  • 31
4
votes
1 answer

bootstrap3 and twitter typeahead integration

I am trying to integrate twitter-typeahead with bootstrap3. I want to use a typeahead inside a navbar. The problem appears only when navbar is collapsed and only in mobile devices (issue at least in iPhone safari and BB10 browser), and it is the…
4
votes
1 answer

Detect mobile device browsers, not only screen width

I know that I can activate some styling with media query like that: /* Magic for mobile devices */ @media (max-width: 33em ) { } however I don't really like this approach since it checks only against screen width. I found this java script code for…
Anton Belev
  • 11,963
  • 22
  • 70
  • 111
3
votes
2 answers

Detect or discover iOS devices or Android devices nearby using WiFi on Mac OSX

I'm looking for info on how to design an app on Mac OSX to scan for devices (mobile: android or ios) using WiFi that are near by. CoreWLAN seems limited in that it can only scan AirPorts and Wireless routers (access points) only, or am I wrong? If…
sAguinaga
  • 638
  • 13
  • 31
3
votes
1 answer

Establish & Receive Calls via a GSM modem in PHP

I am having a CRM (Customer Relationship Management Software) built on php and running it on localhost (windows XP system). This contains the list of my clients. I want to be able to call these clients directly from my CRM and keep a log of the…
user685138
  • 33
  • 1
  • 3
3
votes
1 answer

How to alter bootstrap carousel for tablet, mobile and wider device with 3 different setups?

I have built a bootstrap carousel (full screne intro) on my website which works perfectly on big devices but on mobile device it shows only the left third of the carousel image but I would like it to be the center of the image. So I think a good…
Upendo
  • 33
  • 1
  • 4
3
votes
3 answers

Android different screen size/dpi with less work

Well, unfortunately i'm bumping on different screen sizes when my app is already finished and fully functional. I found thousand answers about different devices/resolutions/dpi implementation and i tried to learn something from each one. My goal is…
3
votes
1 answer

How tro make clicks on mobile devices in ThreeJS?

I use DomEvents library to make clicks on elements in scene. I create eleemets: domEvents = new THREEx.DomEvents(camera, renderer.domElement); material0 = new THREE.MeshBasicMaterial({ transparent: true, opacity: 0, map: runnerTexture, side:…
skywind
  • 892
  • 6
  • 22
  • 44
3
votes
2 answers

WP; Can not enter text into search input field from iOS mobile device

Not sure if anyone has come across this before, it's a new one for me. I'm currently developing a theme that has a search form in the main sidebar which is doubling, in this case, as a header section. The form works well from a computer, even if…
Eric Brockman
  • 824
  • 2
  • 10
  • 37
3
votes
0 answers

how to get mobile device information like mobile device name, model, in MVC

How can I get the mobile device information if a user is using a web application on a mobile device. I tried this but doesn't really help, it shows Unknown public class TestController : BaseController { public String IsMobileDevice() { …
3
votes
1 answer

Display email keyboard without using html attribute type = email C# MVC

I am currently using the html attribute type email to make a text box open up on a mobile device using the email keyboard. I already have custom email attributes to validate the email address but now it is using the validation that comes with using…
Juan
  • 147
  • 1
  • 1
  • 10
1 2
3
19 20