The tag Mobile should be used to mark questions regarding mobile computing issues. Mobile computing is a form of human–computer interaction by which a computer is expected to be transported during normal usage.

learn more… | top users | synonyms

-1
votes
1answer
10 views

Widths of footer/ navigation at 100% not equal to widths of header/ container at 100%

I'm building a website (summer-band.com) and trying to tweak the mobile settings (browser at < 600px) with 100% width settings for several of the elements. Unfortunately, with what I've done so ...
0
votes
1answer
26 views

Form Input: Get Unique Value With Same Name & ID

Below is my result from my query which is posted to my address page. This is accomplished using php which is called with ajax. <div id="address-wrap"> <div id="report-address">3719 ...
-2
votes
0answers
22 views

Jquery mobile development environment [closed]

I'm looking for a free and usefull Jquery mobile development environment, i have tried Aptana Studio but it's not exactly what i was looking for. Could anyone possibly suggest any other free ...
1
vote
1answer
16 views

jQuery Content Reveal swipe Carousel with Tabs

I have been asked to have a look at creating a carousel for mobile, which requires: - Carousel slider to swipe left and right Content Carousel (not images) Tabs at the top which you can tap and it ...
0
votes
0answers
18 views

jQuery to make the input text field readonly

I'm using jQuery mobile and I have an input text field that is auto selected when tapped/clicked using the following code: $(document).ready(function() { $('.highlight').click(function(){ ...
-2
votes
0answers
15 views

mobile recharge API integration

I want to develop java application to recharge mobile online.I have mobile recharge API provided by operator.Anybody konw how to integarte that API's with java application? Thanks in Advance..
0
votes
0answers
12 views

Tablet and Android mobile site with absolute position [closed]

I coded a site and it looks great on the desktop versions. I wanted the main container in the bottom right corner so I used position:absolute; right:0; bottom:0;. I also coded a mobile version that ...
1
vote
1answer
27 views

jQuery Mobile Select input text on focus

I'm using jQuery mobile, I now want to make an input text field to be highlighted when tapped. I'm using this: $(document).ready(function() { $('.highlight').focus(texty_focus); }); function ...
0
votes
1answer
15 views

bootstrap - no scrollbars on IOS?

I am using bootstrap version 2.x and when i use the app on a non mobile browser the scrollbars work correctly, however when i browse using iOS (iphone 5) there are no scrollbars -- specially vertical ...
0
votes
0answers
6 views

Android 4.0.3 Browser SVG rendering issues

I'm working on a mobile website project and decided to use SVG for the logo to bypass image/screen pixel density issues. The svg code renders fine in ios and in chrome on android but for some reason ...
1
vote
0answers
14 views

How to read international character sets using CoreText on iOS?

I am trying to load international character glyphs on iOS using CoreText, but I am having some trouble. I am trying to use the following function call to create the font: ...
0
votes
0answers
11 views

Website displayed in WebView - open in Mobile Safari without access to App Source

I am writing a web application that requires part of the code to be run in safari. Because of the environment it is going to be deployed in, it will mostly be running in web apps on peoples devices. ...
0
votes
0answers
15 views

AS3 Mobile Splash Screen Sound

Creating a project using AS3, have my splash screen files set up. Curious to know if it's possible to play a sound while the splash screen is up? Cheers.
0
votes
1answer
9 views

Javascript support for touch without blocking browsers pinch support

I have a little web gallery that I added swipe navigation to for mobile browsers. I did it with pretty simple touchstart/touchmove/touchend event tracking. The problem is that when I try to pinch ...
0
votes
0answers
8 views

SIM Rack Virtual SIM Management platform?

I am interested in knowing the SIM Management solution or SIM Hosting platform products. Any reliable product over Mobile SIM Hosting and access our IP. Couple of SIM Rack product appear up on ...
2
votes
1answer
23 views

AS3 - add different event listeners to children or one to the parent?

I have a MC (a button bar) with 4 buttons. is it more efficient to add separate event listeners to each button or to add a single event listener to the parent and use e.target.name to detect which one ...
-1
votes
0answers
14 views

Build fast WIRELESS NETWORK with increased coverage [closed]

I was wondering if it is possible to build a WIRELESS NETWORK with mobile phones. In which the mobile phones work as both receivers and data transmitters and the WIRELESS NETWORK is connected to fixed ...
0
votes
0answers
30 views

link to switch between mobile and desktop version requires two clicks to get “back to mobile”

I was tasked to build a script to have the ability for a user to switch back and forth between mobile and desktop versions of a website. All styles are working fine using media queries (size-wise) ...
0
votes
2answers
16 views

-webkit-user-select: none; - not working

I'm creating a site that will be viewed on the iPad and I'm trying to prevent the copy and paste bubble from appearing when the user touches and holds on an image because I'd like something to happen ...
0
votes
0answers
29 views

Blinking fixed navigation in iOS Safari

So straight to the point: I have a long page with a lot of content and a fixed navigation bar. The problem is that as i scroll down the navbar keeps blinking or disappearing for a split second. This ...
-1
votes
0answers
5 views

Tabstrip icon displaying square box for windows mobile app, works fine for android app [closed]

Tabstrip icon displaying square box for windows mobile app, works fine for android app.
0
votes
1answer
34 views

DataBinding is not working properly in custom list itemrenderer

I am developing iPad application using Flex/Air. I have problem with data binding in custom list item renderer. I have list with a collection of Classes as data provider. Each class have a static ...
0
votes
0answers
18 views

Why doesn't this simple PhoneGap todo-list work?

I'm a newbie on PhoneGap and I've a problem with my simple PhoneGap-project for iOS. I'm about to create a simple todo-list, but it doesn't work when I run the app in the virtual environment. It ...
-3
votes
3answers
33 views

What is the easiest way to turn a webapp into a mobile app?

The company I work for is exploring creating "an app" version of their online video delivery webapp. The webapp is HTML5 and streams video. Nothing too scary but a lot of the stuff is server-side ...
0
votes
0answers
22 views

mobile web slide-up menu using css3 and/or javascript

Basically I'm trying to create a slide up (from the bottom) menu that quickly and smoothly slides up into view as the user scrolls upwards toward the top of the page, but then quickly and smoothly ...
0
votes
0answers
11 views

Releasing new data strategy for mobile applications

I'm developing a mobile application which has a backend website to update its contents. In the backend website users can add/update/delete everything they want. I'm thinking to 2 different solutions ...
0
votes
1answer
17 views

PubSub Design Pattern with publisher controlling who can subscribe

My problem is that i need to make a pub-sub mechanism that will give the publisher the option to prevent some subscribers from getting any messages. This option should be managed by the publisher so ...
1
vote
0answers
13 views

detecting a mobile device flat movement in 2D space - is it possible?

I program mobile apps using Adobe AIR but i guess this question refers to mobile development in general. I would like to do something like a 2d drawing app with the movement of the mobile device ...
0
votes
1answer
17 views

ios: Coreplot Multiple datasets Have the same data source and overlap?

i am trying to display two lines on the same scatter plot. I've successfully put both on one chart. One is green, the other, red. As of right now, they appear to be pulling from the same data ...
1
vote
2answers
29 views

What is that maximum-size when we can talk about “mobile” device?

so, I want to do a "mobile" friend view of my site. Its liquid designed already, but mobiles need definitely different look. Now, how to detect if I visited it with mobile (iphone, ipad, android)? ...
0
votes
0answers
6 views

Windows Phone 8 Developer - Listing installed apps

Is there a way to get a list of the apps that are installed on the phone? Furthermore, is there a way to execute one of them, lets say, from a button?
0
votes
0answers
10 views

My 100% Fluid Vertical Navigation is not always 100%

Im working on a mobile site, and I tried using a width of 100% for this navigation bar, but when its 100%, its too long. When its 97% is seems to fit, but when its shrunk, its too big, or expanded its ...
0
votes
0answers
11 views

are Sim Card Application developed in VB or C?

My question would be : in which language SIM Card Applications are they created? Many times, when the (comm.) operator implements a new app, they provide us with a short code (e.g: *999# ). If a ...
0
votes
1answer
11 views

Mobile not recognising @media formatting

I have formatted my website for mobile phones, however on testing, find that my mobile devices still refer to the normal format webpage. Here is the code I'm using: <!-- SMARTPHONES, PORTRAIT ...
0
votes
0answers
7 views

Why W3 Total Cache Opens mobile version of my Blog

I have blog and using the W3 Total Cache WordPress Plugin, I recently made some changes in W3 Total Cache settings but sometime it opens the Mobile Version site, can someone tell me how to fix this ...
0
votes
0answers
12 views

Android window.orientation unexpected results

I'm currently developing a web app for mobile devices that needs to be shown in landscape mode, but as you can't fix orientation I am displaying a rotate device image when the device is in portrait ...
1
vote
0answers
14 views

Jquery Mobile scrolling content height issue

back to coding after a while I am coding a mobile site for my employer using html5 and jquery mobile Content uses a menu containing two headings: 1-Services (contains several li elements) 2-Products ...
0
votes
1answer
30 views

jquery mobile and append/injecting HTML

check this out. <?php include('configdb.php'); if(isset($_POST['submit'])) { $email = trim($_POST['email']); $password = trim($_POST['password']); $query = "SELECT * FROM user ...
-4
votes
0answers
46 views

Will this simple mobile app work in real for iOS? [closed]

I'm trying to create a simple todo-app using jquery mobile and PhoneGap. I don't know if it works for real, cause when im creating a new post, it doesn't show up in the list, so i don't know if it's ...
-2
votes
0answers
5 views

how to start phoengap mobile application for multi platform [closed]

Recently cross platform mobile application developed using phonegap-jqm with the php serverscript and ms-sqlserver2008. Most of the feed back were app not fast and flickering. How to plan the ...
-4
votes
0answers
14 views

How to build radio Application using mobile?

I`m building an App which is new radio interface so I want to build from scratch do you suggest any library I could use (mainly I want use Java Script)
0
votes
1answer
9 views

Website Bookmark/ Shortcut Icon for Android Help. Cant get passed standard ribbon icon

I have a website with a mobile version and I am trying to get it so that when someone chooses to Bookmark the website or 'Add to home screen' it will save an Icon to the home screen. I have an Android ...
0
votes
2answers
29 views

Mobile site too wide, viewport tag doesn't work

There's a desktop version of the site and I'm making its mobile version by editing the same CSS files. I hide many wide/unnecessary elements with display: none; and I made sure I'm using percentage ...
-2
votes
1answer
15 views

PHP Based Web Service [closed]

I would like to create a webservice in PHP. That provides me some information about a client. Here is my problem. I want the user to be authenticated before returning any data. So here is my ...
1
vote
1answer
16 views

Switching between storyboards/view controllers

So I'm making an iPad app for the very first time and right now I have one view controller with its buttons displayed on the storyboard and everything and what I want to do is when I click on a ...
0
votes
0answers
21 views

Embedded web server with REST API framework for Android

I am using Backbone.js to build a 'hybrid' web app, which will be served as a native app using Phonegap. One thing I need is offline support for a large amount of data, and so we are considering using ...
3
votes
2answers
41 views

How to Know if I'm accessing html page from web or mobile

Is there any way I can find out wether I am accessing an html page from a Mobile (Smartphone, Tablets) device or my Laptop ? I have a local html page and I need a javascript function to do different ...
0
votes
1answer
19 views

Check a disabled radio button with jquery

I´m using JQUery Mobile 1.3.1 to check a disabled radio button (i.e. a radio button that cannot be clicked). Unfortunately, my method is not able to check the radio button a disabled radio button. I ...
0
votes
1answer
19 views

CSS issue in Chrome for Android

I'm developing a very basic responsive website. While it works perfectly on the Responsinator and Firefox for Android, some of the media queries and CSS properties don't seem to be taken into account ...
-3
votes
0answers
10 views

Where can I do SAR Test for my mobile? - India [closed]

I know this is out of the scope of Stack Overflow website. But I don't think any other site which can respond to this question well. My issue is, I want to test my Mobile's (Samsung Omnia W) SAR ...

1 2 3 4 5 220