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

Fixed div as background on mobile devices

I want to use a div as a background for a website. If I use position:fixed and set the width & size to the viewport size the design breaks on mobile devices/tablets as they do not support the fixed position. What's the best way to set a div as a…
XCS
  • 27,244
  • 26
  • 101
  • 151
0
votes
1 answer

Best practice: stylesheets: small devices

When writing cascading styles for sites we can specify for small devices using media queries e.g. @media only screen and (min-width: 480px) and (max-width: 767px) {} This can be entered at the specific page level (e.g. .html), in the style-sheet…
Stumbler
  • 2,056
  • 7
  • 35
  • 61
0
votes
2 answers

Wordpress - how to resize header image for mobile

preamble: I am using a somewhat responsive theme (skeleton). it changes the layout to a single column for small screen sizes, my problem is: my header image (that i inserted using the theme options in the admin panel) is not scaling when the screen…
-1
votes
1 answer

Why Some devices doesn't work with 'startActivity(this, MainActivity:class.java)'?

related question: startActivity(intent) doesn't work in some devices I tested out with LUNA(5.0.2) from TG&CO and Galaxy J5 2016(6.0.1) from SAMSUNG, PHAB 2 PRO from LENOVO, SKY IM-100 from Pantech. They doesn't work with startActivity(this,…
c-an
  • 3,543
  • 5
  • 35
  • 82
-1
votes
1 answer

Unity - Video codec for older mobile devices

I am searching for a video codec for Unity that will run on older mobile devices. I have tried H264 and VP8, but I have not been successful. Below IOS 10 is where I experience the issue. Do you have any suggestions? Thank you.
-1
votes
1 answer

Making Separate Header Image for Mobile Devices

My Wordpress site www.rosstheexplorer.com uses the Penscratch theme. Does this theme support or is there a plugin that allows me to have a header image specific for mobile devices and one specific for desktops? My current header images looks small…
Ross Symonds
  • 81
  • 1
  • 10
-1
votes
2 answers

Wont link on the Page PHP

I programm a website with php etc. Now I want to show one page for Dektop user and another Page for Mobile User. I start with the index.php. I also get the "Desktop" by the echo on my site but the it doesn't link to the next page. I also tried to…
-1
votes
1 answer

php, deleting files from a cell phone

I am working on a project were users will be uploading images from their cell phones to the website, and I am wanting to delete these files off their phones once the images have been uploaded.
Brook Julias
  • 2,085
  • 9
  • 29
  • 44
-1
votes
2 answers

Does Codename One have the same capabilites than the default languages of mobile platforms?

So I recently discovered Codename One and was intrigued by the fact that it uses Java for developing cross-platform mobile apps. I was thinking if it is better or worse than the default languages that mobile platforms use. Does it have more or less…
esfox
  • 175
  • 3
  • 11
-1
votes
1 answer

Mobile battery of one mobile for another

Can i connect mobile battery of one smart phone for another. I'll use all 3 pin connections. Is there any risk involved? I'm facing some problem with my mobile battery and phone switches off all of a sudden. I'm using huawei ascend P1.
Javeed
  • 3
  • 1
-1
votes
1 answer

Can I disable modules with mobile detection in Joomla?

I am using Joomla 3.3.6 and I have a mobile responsive site. But certain modules I'm using on the site I would like to either disable completely or changed with the site is being viewed with a mobile browser. Does anyone know any scripts or…
-1
votes
3 answers

Make Android App Compatible for all 6735 Android Devices

Google Play support 6735 Android Devices that info i got from Google Play Developer Account, I have created an Android App which support 4555 Android Devices, and not supporting rest of the Android devices, i don't know why this happen infect i have…
Ajay Prasad
  • 73
  • 1
  • 2
  • 7
-2
votes
1 answer

Getting the information of a mobile device by connecting to it

Is there any way for a server to obtain some information of the mobile devices that are connected to it like memory size and battery power? Is it possible? Thanks for any reply in advance.
-2
votes
1 answer

Network Locking/Unlocking via IMEI

Hie There Everyone !!! So this question is about cellphone companies and 3rd party companies being able to lock/unlock a cellphone to/from a particular network. My question is how do they do it especially/given that the mobile handset is located in…
-2
votes
2 answers

Store database in local or server

This is the first time that I develop a mobile application and there is some data that I want to store. But the question is where should I store the data, in local (the mobile itself) or in server ? Furthermore, in which case and which information…
Fish
  • 165
  • 3
  • 16
1 2 3
19
20