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

0
votes
1answer
16 views

Social applications with Corona SDK

Is it possible / feasible to develop social applications with Corona SDK? I am talking about applications like Path, or a more feature rich application like Facebook for iOS? We are going to develop ...
-2
votes
1answer
23 views

Best open source software for Mobile Application Testing Tool [closed]

I am new to Mobile Application Testing. Can anyone suggest me the best open source Mobile Application Testing Tool for Android and iPhone ?
0
votes
0answers
14 views

Collapsible role from js

Incomprehensibly my collapsible data-role does not do what it should the fragment of the html: <div data-role="collapsible"><h3>Standard equipment</h3> <div ...
0
votes
1answer
25 views

Not Getting New Update is Available Notification in google play for my application

I Published an application in google play . But the thing is if i released an updated version of my Application the users who is having the older version are not getting any Notification from google ...
0
votes
0answers
8 views

Add an MVC4 Mobile App template to subdomain of an existing Webforms app

Im looking into adding an mvc4 mobile application template to an existing website built in webforms 4. Im not sure how to approach this and cant find anything on google that fits exactly what im ...
0
votes
0answers
8 views

mobile ad optimisation for app installs not available

I've set up a new fb app for an IOS app we've launched. When setting up a mobile ad in FB I can't choose the "optimize for app installs" option, only clicks or impressions. It works fine for another ...
1
vote
1answer
24 views

Redis Vs. Web service for Push Notifications in iOS Application

I am exploring Redis and I wanted to know which one among Redis and Web Services, will be better, more fast and compatible to use for a Social Networking iOS Application.
0
votes
0answers
7 views

Open source tools for automating AIR Based mobile apps [closed]

I am looking for open source automation tools for automating my testing on AIR based mobile apps . Please suggest some good one
0
votes
1answer
35 views

Dropdown navigation on mobile devices

My company develops sites using a proprietary CMS, and our ability to adapt to mobile development is pretty bad. We develop mobile-specific sites, but we don't give them away for free. Anyway, most of ...
-1
votes
0answers
7 views

Google translate widget dropdown not opening in mobile devices

I have Google translation widget drop down in my site. It is working fine in web browsers. But when i test it in mobile devices (android as well Iphone) it stops opening. Can any one please let me ...
0
votes
0answers
25 views

Flex 4.6 Mobile: Play a local video

I'm developing an application that needs to have a video but without having an internet connection. I searched for a straight forward solution but I couldn't see a clear one. Can I embed the video? ...
0
votes
1answer
19 views

Displaying relevant content

I want to display the correct script and hide the false script of this code depending on what device the end user is using. <ul class="pageitem"> <li class="button iphone"><input ...
0
votes
0answers
22 views

onActivityResult never gets called in fragment if intent has extras

I'm trying to do something that seems like it should be a lot easier than this. I have a Fragment that calls on the Camera intent and passes extras to place the file. The file gets created and ...
0
votes
1answer
28 views

Facebook iPhone web app Authentication not working

i have made a web app for the iPhone that connects to facebook using oAuth. When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
0
votes
1answer
21 views

flex mobile switching between front and back camera

I'm building an android video application on flex mobile that can switch between front and back camera.I wrote a function that switch between the two cameras but it does that only once and when i ...
0
votes
2answers
25 views

Android - Creating listview with floating headers

Targeting 2.3 - 4.2 I would like to implement the following effect (see image), basically a group list where next item header pushes the last one. What would be the best approach?
0
votes
2answers
21 views

Flex: How do you prevent the user from interacting with the area behind a pop-up?

I want to prevent the user from clicking buttons that are behind a pop-up. How would I do this? This is my code so far: <?xml version="1.0" encoding="utf-8"?> <s:SkinnablePopUpContainer ...
1
vote
1answer
47 views

Does backbone.localstorage work on mobile with PhoneGap?

I am using cordova-2.7.0 to build a single page mobile application with backbone, require.js, jquery, etc. I was searching for a way to treat form input as a model, and make a collection of model. ...
1
vote
0answers
17 views

Convert RTMP Stream to RTSP for Mobile devices

Convert RTMP Stream to RTSP for Mobile devices I tried to google alot on the above topic but not able to get any finite answer. I have a red5 server hosted and now I want to stream mp4 files or ...
0
votes
1answer
22 views

To show a hidden div with If-else condition for mobile quiz application

What I want to do: I am trying to create a mobile quiz application that could display a list of questions in a form one by one. What I am able to do: I have read through this site and am able to ...
1
vote
2answers
16 views

CSS3: Will mobile devices load background images when inside media queries?

If I have the following: div {background: #000} @media (min-width: 1000px) { div {background: url(myimage.jpg)} } Will a 320px wide smartphone, for example, still download that background ...
0
votes
0answers
16 views

HLS For All Devices?

I know m3u8 works on ios and newer versions of android os, but I don't know what to do for other devices. If I want to use Phone Gap for an application and have a live stream I want to play, what ...
0
votes
2answers
22 views

Fun web based programming environment for tablet?

Sometimes I am away from computer and have some spare time. I would love to do some programming just for fun or experiments. I can imagine something like a web site that can edit and execute ...
0
votes
2answers
41 views

how to use Cordova with Jquery Mobile

I want to use the Cordova 2.7.0 for my cross platoform browser based mobile application using the Jquery Mobile frame work. I am new to phone gap and jquery. i have downloaded the Cordova 2.7.0 from ...
0
votes
1answer
17 views

Google maps update jquery mobile problems

I want to use the latest version of the JQuery Mobile and I have problems because the Google Maps doesn't works now... With the version 1.0a2 the google maps works fine but now with the version 1.3.1 ...
0
votes
0answers
17 views

Jquery Mobile site preventDefault Click event

I am currently developing a mobile site with JQM, http://m.ipaidabribenaija.com The click event doesn't work after sometime. Please go to the url and try to navigate several times, once you click on a ...
1
vote
2answers
26 views

Preventing horizontal scrolling in mobile devices

I have a very long line at the top: #top-line { background: #00A1E0; border-bottom: 1px solid #FFF; height: 4px; position: absolute; top: 0; left: 0; width: 10000px; } So I'm using ...
0
votes
1answer
35 views

SoundCloud widget custom edit

I'm using the following code to create a custom SoundCloud player: https://github.com/soundcloud/soundcloud-custom-player What I have done is: ...
0
votes
3answers
22 views

Mobile Design Change Footer

I have a footer that has about 10 links and when the viewport is 320px or less, I'd like to change that footer to only display two links. How can I go about doing that? Does anyone have any good ...
-2
votes
0answers
23 views

Learning Javascript and Mobile App Development [closed]

I haven't found many places to really learn how to make mobile applications. Does anybody have any good documentation out there that might help? My background is c# .Net developer with the DevExpress ...
0
votes
1answer
13 views

How I can find a path that the Amazon Mobile App SDK installed?

I have downloaded Amazon Mobile App SDK for Eclipse, but I can not find the path installed the Amazon Mobile App SDK. Number 7 is : In the SDK Location box, specify the path where you installed the ...
1
vote
2answers
79 views

Add content to Panel Dynamically

it might be the case that my javascript capabilities are not sufficient :). I am trying to enhance a list (add items via javascript) to a jquery mobile panel on the fly. The code below is a working ...
0
votes
1answer
23 views

rendering word documents on mobile devices

We are creating a mobile site that will allow the user access to download word documents. We have a website for non-mobile devices that allows access but what is the best way of doing this from ...
0
votes
1answer
38 views

How to run jQuery only on non-mobile browser?

I'm using this jQuery for an (excellent) lightbox-like plugin called zoombox: $('a.zoombox').zoombox({...}); It takes a links in the form http://vimeo.com/15171582, parses the vimeo id ...
2
votes
1answer
23 views

Flash Builder 4.6: Testing gestures without the device

I'm new at developing a Flex app for mobile,I just need to know is there any way to test/debug gestures like swipe on the android emulator that comes with Flash Builder 4.6. I saw people using the ...
0
votes
0answers
30 views

Android Device not visible in Eclipse under Ubuntu

I've can not deal with one problem. I would like to connect my Android device via USB and deploy apps directly on it. Sounds easy, isn't it? :) I use: Ubuntu 12.04 Eclipse (Android Developer Tools) ...
0
votes
1answer
15 views

How can I simulate mobile devices and debug in Firefox Browser?

I am looking for a tool, that shows my website in a mobile device mode. Also I want to debug my website with tools like Firebug or ... even better I can use Firebug. What is an established solution to ...
0
votes
0answers
33 views

Nexus 4 / Android tap to scroll issue

So I'm testing out a site on my Nexus 4, the layout when you browse to the page on mobile looks like so: It turns out on my phone, I can scroll or move the scroll bar down, by tapping the very ...
1
vote
0answers
15 views

How to implement Devise Login with Facebook for Mobile Device

I have to write an API for mobile device to implement Login with Facebook using Devise. I have done the web implementation and the as per my research the Facebook Login flow works as follows: Step 1: ...
0
votes
0answers
18 views

displaying and hiding content for device being used

I currently have a mobile site which has content for devices like Android, Ios phone/pod, Ios pad/pad mini and other. The way i have been doing this is by having 4 separate index pages. one .html page ...
0
votes
0answers
17 views

SignalR breaks application cache for mobile web app that needs offline usage

As soon as I add the SignalR JavaScript lib on a manifest, offline usage becomes impossible on several mobile and pc browsers because application-cache updates fail (silently on mobile browsers ...
0
votes
0answers
15 views

iScroll Blackberry z10 weird scrolling behaviour

I'm using iScroll for all mobile devices to scroll a small section on a mobile based website. It works fine on iPhone, Android and some Windows phones. But on the Blackberry z10 theres a bit of ...
1
vote
1answer
24 views

jquery mobile header issue

I have a issue with my jquery mobile header. I include 2 photo link. Image 1 Image 2 Image 1: I tap in the textarea and de app slide down and the keyboard pops up. So far so good. Image 2: If I'm ...
0
votes
1answer
12 views

I am facing trouble while trying to record browser using NeoLoad

Hi I am new to performance testing. I am trying to record browser application but my phone is not getting connected, so i am not able to record the steps. Could anyone help me out with the issue. I am ...
0
votes
1answer
47 views

Starling Feathers - Available features 101

New to Starling-Feathers, before I start to develop my mobile app, I would like to know what are the best practice to develop the following features using Feathers: Partial view slide - A part of ...
0
votes
0answers
21 views

Upload a file on a Mobile browser using c# / html

I need to upload a selection of files with certain file extension, these are data files to be used in our PC app that we want to work on Mobile devices. We have built it in HTML/Bootstap and C#. The ...
2
votes
1answer
42 views

Javascript: Disable iOS scroll-to-top when status bar is tapped

I've got a site, and I want to disable all scrolling when a lightbox pops up, and then re-enable it when the lightbox is closed. I've got this: document.ontouchmove = function(e){ if (stopScroll) ...
3
votes
1answer
62 views

How to detect if an Android mobile is near a computer

I'm developing a piece of software which consists on mobile clients and a machine acting like a server. This is for a highly trusted environment (not public), so I don't care much about security. I ...
-2
votes
1answer
69 views

Large array initialization from code or file [closed]

I need to initialize a large number of small images (1000 images 200 bytes each) into a static array, along with some meta information. Reading 1000 .png files on startup seems suboptimal to me. I ...
0
votes
0answers
5 views

Meta refresh on Nokia 3120 or other Nokia devices

It seems that meta refresh tag is not working in my Nokia 3120. I can't use javascript to refresh the page since the device doesn't support javascript. What I need now is a proof that this device ...

1 2 3 4 5 222