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
1 answer

How to Use Mobile Detect PHP with JS?

I have a script that for some reason isn't working on mobile devices. Because of this I want to show a message to mobile devices only. I found a PHP script that will do this but I am new to PHP and do not know how to implement this correctly. In a…
L84
  • 45,514
  • 58
  • 177
  • 257
0
votes
0 answers

jQuery Script Not Working on Mobile Devices

I am using a plugin called Window postMessage Plugin along with UploadiFive to upload a file to my server and insert the file link onto a webpage that has my upload script embedded on it. It works great on desktop devices (tested in Firefox (v26)…
L84
  • 45,514
  • 58
  • 177
  • 257
0
votes
1 answer

Android GridView crashes or is very slow on some devices (Samsung Galaxy S4, S3)

I have a GridView in my app and it is really great on almost every device, but... I gave it to test for some friends and they said that my app crashes on GridView.. App crashes or they have to scroll in it really carefully. Some friends said that…
linkas
  • 175
  • 5
  • 18
0
votes
1 answer

Split the page content in two halfs but not if screen-width is lower than X

So currently I'm working on a Wordpress site and I want to Split the screen in two halfs. I found a way to do so but now I have the problem that if you access it with a mobile device, the screen still gets split and it's way too small. Is there a…
0
votes
1 answer

Most supported audio format for webpage for Mobile devices?

I plan to use an audio element on a web page, which is going to be viewed only on mobile devices. Where can I find information on which devices support which format? Would MP3 be supported on most devices?
Rich
  • 5,603
  • 9
  • 39
  • 61
0
votes
0 answers

Why is my handheld device visible to/in Windows Explorer, but claims not be connected?

My normal process when making changes to the Windows CE / Compact Framework project I'm working on is to build it in Visual Studio on my Windows 7 machine, then copy the exe to the appropriate folder on the handheld device via Windows…
0
votes
1 answer

Test TCP/UDP client for windows ce

On Windows desktop I use SocketTest as GUI tool to test TCP connections. Is there alternative for Windows CE (native are preferred) to test connections with Windows Desktop?
hellboy
  • 1,567
  • 6
  • 21
  • 54
0
votes
1 answer

How to show/hide div in a button

i use jquery slide toggle to show/hide a div when a bttn clicked. Is it possible to place the div IN THE BUTTON ? (I need this for beeing able to stick the navigation properly on the top of the page which is for mobile devices.) The HTML
Igor Laszlo
  • 714
  • 9
  • 31
0
votes
1 answer

Show/Hide and Sticky Nav with JQuery

I have a bttn (".medianavbttn") which shows/hides a div (".medianav"). My webpage is for mobile devices and as the display:fixed css code does not work on them, i use jquery sticky navigation instead, so i stick it on the top of the page. As i want…
Igor Laszlo
  • 714
  • 9
  • 31
0
votes
1 answer

Windows Phone 7/Mobile Internet Explorer is not detected by script

I have an website where I have some haxes for mobile browsers. I'm detecting if user are using mobile browser by C#/Asp.net code from here. Site works well on every mobile phone (Android/Chrome, Iphone/Safari and others) but Windows Phone 7 not...…
webrama.pl
  • 1,870
  • 1
  • 23
  • 36
0
votes
2 answers

Load page at specific point with jquery

I'm building one single page website and I want my page to load at some specific div depending if using normal computers or mobiles devices, all I have is: The…
Nahomy Atias
  • 193
  • 1
  • 2
  • 6
0
votes
2 answers

mobile version site mobile number always White color

I created mobile version site for my Wordpress website. I created m.mysite.com. When I see m.mysite.com, mobile number showing what color(#000) I gave. But in mobile device, It's shows always White Color. Code is,
KarSho
  • 5,699
  • 13
  • 45
  • 78
0
votes
2 answers

HTML5 Geolocation behaviour on mobile Android device

I'm trying to use the HTML5 Geolocation on the following device: HTC One X Android 4.1.1 WebKit/534.30 (built-in browser WebKit version) On the built-in browser and the latest version of the Chrome-app websites using the HTML5 Geolocation API…
T.S.
  • 1,242
  • 13
  • 22
0
votes
1 answer

Titanium, adding a view to a windows view

So i have file1 which is:
Mikecit22
  • 157
  • 1
  • 14
0
votes
1 answer

php symfony 1.1 detect android or iphone

i want to know whether it is a iphone or android phone, i used below code for detection, But this displaying as Mobile for both Android or iphone devices..... But need like Android/iphone/ipad.... public function preExecute() { ... $context …
RONE
  • 5,415
  • 9
  • 42
  • 71