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
3
votes
0 answers

Reading sensor data from two phones simultaneously in Matlab

I want to connect two or more mobile devices to Matlab. Right now I am able to connect to both my android phone and iphone; however, I am unable to distinguish between them. I use this code to connect: connector on Password; m = mobiledev; Is there…
Phionx
  • 41
  • 2
3
votes
0 answers

Google reCaptcha not loading in mobile devices

Google recaptcha is not showing up in the mobiles devices Not sure if it is due to the https url!
Rash
  • 41
  • 4
3
votes
2 answers

what is the best way to add mobile (or tablet...) detection within zf2?

Is there a recommended way to perform a mobile or browser check/detection with zf2? I am surprised there seems to be no module developed to handle this...
3
votes
0 answers

java - copy files from mobile device

I'd been trying to make this little desktop java application to backup some predefined files from an android tablet/smartphone to my computer. Up to now I'd been using mainly the File.getRoots() function to reach every single drive with no trouble.…
gibam
  • 31
  • 1
3
votes
2 answers

How widespread is Geocoder implementation on Android mobile devices?

I need to fetch longitude and latitude by street name. I saw that Geocoder can do that job. The documentation tells us that "the Geocoder class requires a backend service that is not included in the core android framework". That means that I can't…
Bevor
  • 8,396
  • 15
  • 77
  • 141
3
votes
3 answers

optimizing CSS 720*1280 mobile devices

I'm trying to optimize my webpage to 720*1200 mobile devices: My page It works perfectly on 320*480 and 480*800 devices, but not on 720*1200. The page loads zoomed in, just like the layout viewport would be 720*1030 but the visual viewport would…
speti43
  • 2,886
  • 1
  • 20
  • 23
3
votes
1 answer

how to connect and send a message to multiple devices through blue tooth in android?

I would like to develop an application for sending a message to multiple devices through blue tooth.I know blue tooth is a point to point communication even though i would like to connect and send a message as following steps: 1.Get the list of…
prasad.gai
  • 2,977
  • 10
  • 58
  • 93
2
votes
1 answer

How to access a Windows 10 Device in C#

When you plug in (via USB) a mobile phone into a Windows 10 laptop, it comes up as a device. How do I access the files on this in C#. For example an iPhone when plugged in shows like this: I would like to get all of the data off of that. I have…
2
votes
2 answers

Why Do Mobile Phones refuse to read Math.max values?

So long story short, I have been working on a Full Stack website for a client and I have it all finished however I have an issue! For some reason when I use Math.max(...shipArray), It will work correctly on PC but when you try to view it on mobile.…
2
votes
2 answers

Hamburger Menu not showing on mobile devices

I am using bootstrap 3.4.x, and for some reason my Menu is not visible on mobile devices. I am able to resize in browser and all is good, but viewing on a device nothing. View port is set in head tag, jquery is being loaded before bootstrap. I…
ookie
  • 138
  • 11
2
votes
3 answers

Flutter doesn't detect devices

I've been using flutter for a few months with an Infinix phone and it worked fine. But I lost the phone. And now i'm trying to run an app on other devices. I enabled debug mode on both devices but flutter doctor says no devices. The computer shows 2…
Alloco225
  • 21
  • 6
2
votes
1 answer

Angular/Javascript - Download file link is not working on mobile devices

I have a href link to download a template from my application. It is working fine in Chrome and IE but however it is not working in mobile devices( Android as well as iPhone) I have this function which gets called by clicking on the link.. fileUrl:…
V K
  • 87
  • 4
  • 13
2
votes
1 answer

Android device not visible in NativeScript CLI

I follow The NativeScript Book by Brosteins. I cannot find how to connect my android device. Steps made are: tns --version; returns 4.2.2 tns create Hello World cd Hello World tns platform add android Next I connect android Moto g6…
Jokro
  • 21
  • 5
2
votes
0 answers

react-native how to get deviceSize on jest

I am writing a test code on responsiveStyles but I am in trouble because I don't know how to get device width by Jest(testCode) Xcode Simlulator is quite do well reponsiveStyles but Jest Code isn't changed while device is changed export const…
2
votes
2 answers

What is a good size for clickable area on mobile devices?

I am looking for some guidelines or suggestion, on what is a "good" size for clickable elements when developing for mobile devices?
alex2k8
  • 42,496
  • 57
  • 170
  • 221