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

IE9 getting detected as mobile via WURFL

I have an Ektron site, which is using WURFL (latest version, 2.3.2) to detect the device. When browsing to the site using IE9, the user is shown the mobile version of the site. The user agent is- Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1;…
Spongeboy
  • 2,232
  • 3
  • 28
  • 37
2
votes
2 answers

Winform application for tablet?

I have a customer who wants an application for his travels where he can update an online DB, he doesn't want to buy a laptop, he wants a tablet or something similar. I have no knowledge nor desire in creating special apps for mobile devices, I want…
BornToCode
  • 9,495
  • 9
  • 66
  • 83
2
votes
3 answers

How to shutdown/reboot a mobile device (Win CE 6.0) with EMDK 2.6?

I'm trying to shutdown/reboot my Motorola MC9190 with the EMDK 2.6, but I can't figure out how to achieve this. May someone point me in the right direction in which namespace I can find methods for this or post an example? The Helpfiles just offer…
Streuner
  • 125
  • 1
  • 1
  • 15
2
votes
1 answer

How to get scripts to work with phones and tablets

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…
2
votes
3 answers

Jquery - If width less than 767 then change href

I am currently developing a responsive website. I've developed a jquery script that changes the href attribute in a link. $("a.modal").attr("href", "https://secured.sirvoy.com/book.php?c_id=1602&h=ea3a7c9286f068fb6c1462fad233a5e0") Its working all…
Fruxelot
  • 551
  • 2
  • 8
  • 23
1
vote
1 answer

Online Responsive Web Testers

I am trying to build a site with iphone / android / ipad compatibility but do not possess these devices. I tried using the Responsinator, but noticed that it was not even picking up my iphone media queries, such as: /* iphone */ @media only screen…
Nick B
  • 9,267
  • 17
  • 64
  • 105
1
vote
1 answer

Drag and Drop for mobile devices

I have a problem with this code because it work perfectly on laptops and desktop devices but not on mobile devices , please help me and tell me what are the things to add so it will work for both. I added the touch events but it didn't work This is…
1
vote
0 answers

Unity WebGL build to fullscreen on mobile devices

Does anyone know if there is a way to have a working fullscreen button on a browser on mobile devices in WebGL Unity build? I've seen some topics here that it is not supported on mobile devices, but only on tablets. But anyway it is kinda a…
1
vote
0 answers

svg text does not keep the same size as graphic on different devices

I have created a calendar app in PHP with SVG where each month has a text row on top of the rectangle that represents the month. I developed it on a desktop PC, using the "monospace" font so that each day has the same pixel length. This looks good…
Volker Piasta
  • 87
  • 1
  • 11
1
vote
0 answers

Strange behavior when I use addEventListener() on click. It only happens at mobile devices

I'm gonna try to explain what is happening. When I use a class "hide" as a display: none; to hide a button and show another button after click it works well in desktop browser, but when I tried the same thing at devices like iPhone, Tablets, etc. It…
1
vote
1 answer

Web Push notifications across multiple devices

I was following this guide to setup Web Push notifications in our web app: https://blog.elmah.io/how-to-send-push-notifications-to-a-browser-in-asp-net-core/ But unrelated to ASP.NET core, I would like to know if it is possible if these push…
RubenHerman
  • 1,674
  • 6
  • 23
  • 42
1
vote
2 answers

how to read the time on a windows mobile device using c#

What are the API provided in the Compact Framework to read the time (NOT in UTC!!) on a windows mobile based device? I was able to get the device time in UTC with this code: DateTime dt = DateLib.Now; SystemTime sysTime = new…
Neeraj
  • 592
  • 4
  • 6
  • 21
1
vote
2 answers

How to prevent scoll in mobile devices during drag and drop in Blazor

I am trying to implement drag and drop of divs in Blazor. I seem to get it to work on desktop devices, but when accessing the same page from a mobile device the drag and drop not only move the divs (sometimes), it also scrolls the page (as it should…
Hawk
  • 11
  • 1
1
vote
0 answers

Drag drop issue on Mobile Devices

Now, I have developed web application using KonvaJS for drag-drop which can be used by mobile devices as well by following the example in W3School. So far, it works in both desktop mode and mobile device mode using Mozilla Firefox. However, it does…
1
vote
1 answer

Detect Device Make, Model, Storage and Color

Is there any way we can detect Make, Model, Capacity and Color of mobile device in react js?. Most of the node modules which are available can only detect make and at max model. Is it possible to detect Capacity and Color as well. Ex- Apple iPhone…
Jayashri Shinde
  • 327
  • 2
  • 9