tagged [mobile]
Remove Underline from HyperlinkButton in UWP XAML
Remove Underline from HyperlinkButton in UWP XAML --- I need to remove the underline in the content of `HyperLinkButton`. `TextDecorations` does not exist in this XAML element. ```
- Modified
- 23 Jun at 07:53
Simplest way to detect a mobile device in PHP
Simplest way to detect a mobile device in PHP What is the simplest way to tell if a user is using a mobile device to browse my site using PHP? I have come across many classes that you can use but I wa...
How can I simulate mobile devices and debug in Firefox Browser?
How can I simulate mobile devices and debug in Firefox Browser? I would like to be able to view and debug my website in mobile device mode on a computer. Also I want to debug my website with tools lik...
ipad safari: disable scrolling, and bounce effect?
ipad safari: disable scrolling, and bounce effect? I'm working on a browser based app, currently I'm developing and styling for the ipad safari browser. I'm looking for two things on the ipad: How can...
- Modified
- 3 May at 01:24
Long Press in JavaScript?
Long Press in JavaScript? Is it possible to implement "long press" in JavaScript (or jQuery)? How? [](https://i.stack.imgur.com/7QiwZ.png) [androinica.com](http://androinica.com/wp-content/uploads/200...
- Modified
- 22 Jul at 21:8
How do I get modified date from file in C# on Windows Mobile?
How do I get modified date from file in C# on Windows Mobile? I make a file in PC, and I want to transfer it to a [PPC](https://en.wikipedia.org/wiki/Pocket_PC) ([Windows Mobile](https://en.wikipedia....
- Modified
- 9 Aug at 14:1
Checking online status from an iPhone web app
Checking online status from an iPhone web app Is there a way to check to see if an iPhone is online from a web app. That is, in mobile Safari, can I check the online status of the device to see if I s...
- Modified
- 8 Jul at 14:7
How to detect a mobile device using jQuery
How to detect a mobile device using jQuery Is there a way to detect whether or not a user is using a mobile device in jQuery? Something similar to the CSS `@media` attribute? I would like to run a dif...
- Modified
- 16 Aug at 15:49
How to disable phone number linking in Mobile Safari?
How to disable phone number linking in Mobile Safari? Safari on iPhone automatically creates links for strings of digits that appear to the telephone numbers. I am writing a web page containing an IP ...
- Modified
- 22 Oct at 15:0
Text-to-Speech library for Windows Mobile
Text-to-Speech library for Windows Mobile Are there any free text-to-speech libraries available for Windows Mobile? Preferably with a C# (.net CF) API. Edit: It basically needs to be able to read from...
- Modified
- 8 Oct at 13:32
How can I expose only a fragment of IList<>?
How can I expose only a fragment of IList? I have a class property exposing an internal IList through How can I pass a part of this `ReadOnlyCollection` without copying elements into a new array (I ne...
- Modified
- 24 Sep at 15:26
What is the difference between max-device-width and max-width for mobile web?
What is the difference between max-device-width and max-width for mobile web? I need to develop some html pages for iphone/android phones, but what is the difference between `max-device-width` and `ma...
- Modified
- 23 Jul at 15:39
Is it possible to open developer tools console in Chrome on Android phone?
Is it possible to open developer tools console in Chrome on Android phone? An AngularJS application works fine on desktop, but is not rendering properly on mobile (actual code is showing). This is on ...
- Modified
- 16 May at 14:28
How can I "disable" zoom on a mobile web page?
How can I "disable" zoom on a mobile web page? I am creating a mobile web page that is basically a big form with several text inputs. However (at least on my Android cellphone), every time I click on ...
WM_GETTEXT button action
WM_GETTEXT button action I would like to tie an action to a PocketPC button (biggest button at the center - don't know how it is called). I tried to tie the action to WM_GETTEXT message, but this mess...
- Modified
- 8 Dec at 15:18
disable horizontal scroll on mobile web
disable horizontal scroll on mobile web I'm having an issue where horizontal scrolls appear on certain phones for my site. I tried to put `overflow-x: hidden` but it's not working. The width is auto, ...
- Modified
- 27 Nov at 02:45
VS 2008 Professional, Smart Device .NET C# project - slow build
VS 2008 Professional, Smart Device .NET C# project - slow build I have VS 2008 Professional and a Smart Device .NET C# project. I have ~100 cs files in total. The build takes a very long time, I have ...
- Modified
- 31 Dec at 02:31
How to flip background image using CSS?
How to flip background image using CSS? How to flip any background image using CSS? Is it possible? currenty I'm using this arrow image in a `background-image` of `li` in css ![enter image description...
- Modified
- 24 Apr at 06:33
Android Google Maps v2 - set zoom level for myLocation
Android Google Maps v2 - set zoom level for myLocation Is it possible to change the zoom level for myLocation with the new Google Maps API v2? If you set `GoogleMap.setEnableMyLocation(true);`, you ge...
- Modified
- 1 Jun at 09:42
Magnetc Stripe Reader Issue in Motorola MC65 device
Magnetc Stripe Reader Issue in Motorola MC65 device I have an issue with Magnet Stripe Reader in Motorola MC 65 ( OS : Windows Mobile ). If I try to open the Reader, I'm getting an exception of `MSR_O...
- Modified
- 31 Dec at 00:37
What programming languages can one use to develop Android applications?
What programming languages can one use to develop Android applications? > [Which programming languages can I use on Android Dalvik?](https://stackoverflow.com/questions/1994703/which-programming-lang...
- Modified
- 2 Mar at 20:30
ListView Headers Don't Show Up
ListView Headers Don't Show Up I am doing a windows mobile application 6.1. I dragged in a listview and went to columns and added columns to my list view. When I run the listview they do not show up. ...
- Modified
- 20 Dec at 19:54
how to properly display an iFrame in mobile safari
how to properly display an iFrame in mobile safari I'm trying to display an iframe in my mobile web application, but I'm having trouble restricting the size of the iframe to the dimensions of the iPho...
- Modified
- 11 Mar at 03:5
How to launch Safari and open URL from iOS app
How to launch Safari and open URL from iOS app On the settings page, I want to include three links to - - - I've searched this site and the web and my documentation and I've found nothing that is obvi...
- Modified
- 4 Nov at 00:31
jQuery Mobile: document ready vs. page events
jQuery Mobile: document ready vs. page events I am using jQuery Mobile, and I am having trouble understanding differences between classic document ready and jQuery Mobile page events. 1. What is the r...
- Modified
- 10 Sep at 20:36