Websites optimized for use by small-screen mobile devices, often on bandwidth constrained network connections.

learn more… | top users | synonyms (1)

-6
votes
3answers
47 views

Build mobile web application as an Android app [closed]

I am creating a mobile web application using JQuery Mobile and Angular JS using Visual Studio 2012. I am wondering how could I build this as an Android application. Any recommended technologies out ...
0
votes
1answer
30 views

Text appears in a much narrower column on mobile browsers than on desktop, so much so, it's squeezed off the page

I'd be very grateful for any advice on the above issue. I have tested the site on the major desktop browsers and everything looks fine. However on opera, on my smart phone, all text is squeezed into ...
0
votes
0answers
29 views

Mobile web, how to retain selected text on touch

I have been looking at using something like jQuery Text Editor (http://jqueryte.com/) to provide some simple html editing capabilities on a mobile app using the mobile web. When I use jQ TE on a ...
0
votes
0answers
32 views

White flicker with webkit mobile

So this seems to be a pretty common occurrence but the solutions are all across the board and not working quite as promised. The problem: Right now on dev.harvestamerica.com when I open the mobile ...
0
votes
0answers
10 views

High Responsive but Prevent Background Clicks in Mobile Web Apps

So I've seen this question asked and asked again, typical questions like: jQuery mobile- For every live tap event should there be an equivalent click event? how to prevent bleeding through of clicks ...
1
vote
1answer
53 views

Detecting User Agent to redirect on specific Jsp in struts 2

As title suggests I want to redirect the requests of mobile phones to specific page. another way I expect is only a variable that contains information about UserAgent so That U can use that Variable ...
0
votes
0answers
18 views

Retina mobile web app

DISCLAIMER: I know that these types of questions have been asked to death, but none I could find helped my specific case. I'm doing a mobile web app where I can't use responsive styles (=defining ...
-1
votes
1answer
48 views

What is Backbone.js? [closed]

I hear a lot about Backbone.js. What is Backbone,js? In what scenario is it very helpful? Any working tutorial would be very helpful.
0
votes
0answers
51 views

Validations in jquery mobile for creating mobile site is not working in mobile device?

I am working with jquery mobile to create dynamic mobile websites, now i have implemented the validations using validation engine, its working on my local machine. but its not working on mobile ...
1
vote
0answers
27 views

Overflow doesnt work in <aside>-tag, but in <div> why?

I just spend a fair bit of time debugging my mobile application. I'm building a mobile website and implementing an inbox-like UI for one of my views. As in a lot of mobile applications, I created a ...
0
votes
0answers
91 views

Does jqGrid mobile create with reqular jqGrid responsive design. or jqGrid mobile separate from jqGrid?

Does jqGrid mobile create with reqular jqGrid responsive design. or jqGrid mobile separate from jqGrid? More explanation for question: I have web big old application that working with jqGrid i ...
1
vote
0answers
145 views

Dynamic “apple-touch-icon” on Android devices?

I have an HTML mobile web app that uses a single source of code for multiple branded sites. Each "site" needs to have its own "apple-touch-icon.png" that is used when the site is bookmarked to a home ...
1
vote
1answer
77 views

color-changing (balence) background image on mobile website

I am a beginner programmer designing a website for smartphones and i have a background image for the body that i would like to slowly vary in color balance, alternating colors as if someone was ...
0
votes
2answers
50 views

Make pop out nav modal close on touch event outside area

My website is responsive and for narrow views the navigation switches to an icon that shows the nav on click. To close the navigation panel you can click the icon again or anywhere outside of the nav ...
-1
votes
1answer
111 views

Editing Microsoft office 2013 documents from Mobile? [closed]

Is it possible to edit MS Office 2013 documents(MS Word,Excel,PPT) on Mobile Devices or Mobile browsers? We are planning to take office 365 Enterprise plan in our enterprise and there is a requirement ...
0
votes
0answers
49 views

Nesting Swipeviews

I've come across a situation where I have parent SwipeView carousel (works fine) and inside one of the pages I need to make an image carousel (with swiping). I was hoping to use SwipeView for it, but ...
0
votes
1answer
43 views

Why when my desktop screen and mobile screen have the same resolution don't they display the same thing?

For example, one my desktop one of my 50px wide button is viewed on my desktop it looks like it occupies about 5% of the screen space as expected. But when viewed on my Android device with the same ...
0
votes
0answers
38 views

Soft English keyboard in input type=text under Japanese iOS

I have a HTML form in which I have following two textboxes <input id="UserName" name="UserName" type="text" > <input id="Password" name="Password" type="password"> When I click on the ...
1
vote
0answers
16 views

getting external web page with in another mobile web site/ mobile web page

I am trying to create a web page where a fixed download button at bottom and top area calling another page which has link, when i click the link, it will take to external webpage. where i call it with ...
0
votes
1answer
121 views

Optimize animations on website created with jquery for tablet

I have a SPA website that uses extensively jQuery. All fine - looks and behaves great on all browsers. Now I have the request to make it tablet friendly. Just by opening the website on a tablet the ...
0
votes
0answers
26 views

How can I get the facebook's contents

Facebook Developers When I get Facebook's contents, I used POST_ID form the FQL that is below THE FQL SELECT created_time, post_id, actor_id, message FROM stream WHERE filter_key = 'owner' AND ...
0
votes
1answer
151 views

Backbone.js Mobile Slider - Passing Variable through View Functions

I'm following this tutorial to build a mobile slider: http://mobile.smashingmagazine.com/2012/06/21/play-with-hardware-accelerated-css/ The only difference is, I'm trying to incorporate it into ...
0
votes
0answers
143 views

Saving remote images to local folder via Javascript

Is it possible to download an image with a specified URL to a folder within the space of the web app, say in /images, to be accessed locally? I say this because I'm writing a mobile web app wrapped ...
0
votes
0answers
42 views

Can Spring Mobile Treat iOS and Android Differently?

Spring Mobile allows a Spring MVC application to detect whether a web client is a desktop/laptop, tablet, or mobile device. Is it possible to determine if a device is Android/iOS using Spring Mobile? ...
0
votes
0answers
40 views

CSS for printing purposes from mobile devices

I'm building an app for Android that will print a web page to a Bluetooth printer the problem is that the dimensions of my divs and font sizes are changing from screen resolution to another, from a ...
0
votes
1answer
63 views

Mobile optimised website different zoom levels on different browsers

Thanks in advance... I've built a site that is responsive and has a mobile friendly version. The problem I'm having is, on my Nexus 4, an iPhone, and most other Android devices I've tried, it ...
0
votes
1answer
83 views

Using Spring Security to manage iOS Homescreen web app sessions to prevent reauthn

I recently ran into an issue where I'm being reauthenticated every time I launch or bring my web app to the foreground when launching it from the homescreen on iOS (I added it to the homescreen from ...
1
vote
1answer
30 views

Android Application to setup another app

I want to know that, Can we create an app on Android in which we can configure the settings of another application. I want to have an app to behave like a server in which the changes are done and the ...
1
vote
3answers
155 views

My device has 720px resolution but in browser width is 360px

My mobile device is HTC One X, resolution: 720x1280 I need to do responsive web-page in html i write <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; ...
0
votes
1answer
66 views

Is there a JavaScript framework for context-aware popups? [closed]

I'm looking for something like Add2Home.js: but much more generic and customizable: I would like to inform the user e.g. "Did you know you can click this button to do this?" The popup should ...
0
votes
1answer
79 views

Mobile web design for various devices

I'm new to developing sites for mobile devices and looking for some insight from those that know more than I do. Since starting this project I have learned that there are a lot of differences between ...
0
votes
3answers
168 views

media query doesn't work on devices

I am trying to apply media queries to a blogger template. @media all and (max-width: 600px) { //styling here } This works fine on desktop browsers, when I am resizing the window. However ...
0
votes
0answers
53 views

Mobile App Google Maps crashing

Im working on making a mobile ready webpage that using Google Maps API to get the users current location and plotting it on a map. I already have the code ready and it works fine to get the marker in ...
1
vote
1answer
142 views

Divs not taking up full page height in Safari for iPhone & iPad

I've been having trouble getting my page elements to fill up 100% of the viewport height in mobile Safari (iPhone and iPad). I have an element which contains my page elements set to 100% height (as ...
1
vote
1answer
214 views

NodeJS, Assigning Name/getting value of Jade Checkboxes

I populate a table within a form from a Mongo Database. I want the user to be able to select one or many checkboxes and then determine which items were selected from the table. One part of the problem ...
1
vote
0answers
40 views

Payments made through iOS Facebook App?

I know there is IAP for native apps, regarding the iOS, but does this effect websites (I will explain)? I have an e-commerce store (standard website) and my client wants to be sell on Facebook ...
0
votes
4answers
110 views

How to test html5 mobile webpage on pc

Am developing a html5 mobile webpage with html5,css3 and javascript.but how to test the layouts in pc.I tried to add some plugins to resize the browser to the resolution of mobile phones,but din ...
1
vote
0answers
276 views

Highlighting/ Selecting text on element with Javascript/JQuery for mobile web (android, iOS, Windows Phone)

I'm attempting to speed up the process for "copying and pasting" text in ALL mobile web browsers (Android, iOS, and Windows Phone) by allowing a user to click/touch an element and it will auto ...
1
vote
2answers
133 views

symfony2 controller needs two ways of return-values, one for symfony-application (inside symfony) one for mobile (json)

I'm trying to build a restful JSON api for my Symfony2 Application. I'm using the http://jmsyst.com/libs/serializer JMS\Serializer Bundle to serialize my Entities to JSON. I have this example ...
0
votes
1answer
65 views

Can Sikuli be used for moble web testing?

I know Sikuli is used for mobile apps testing, has anyone used it for mobile web testing with iOS Safari or Android Browser on mobile devices?
0
votes
0answers
45 views

Web styles after Android back button

I'm creating a web application which, when viewed in Androids native web browser looks fine until you click the back button. When it goes to the previous page, it loads the content, but does not ...
0
votes
0answers
72 views

How to force search engines to index desktop instead of mobile version of website

I have a website with both, a desktop and a mobile version. I am using Apache rules to redirect mobile devices to the mobile version of the website. The desktop version uses the subdomain "www" and ...
0
votes
2answers
50 views

Mobile websites and Phonegap

I am developing a mobile application with phonegap. I want to know if I can use the phonegap code to make a mobile website, (with the same functionality) or if I have to modify it. Can I acces the ...
3
votes
2answers
243 views

ASP.net User Agent detection of mobile apps loading the site

We've successfully used the following asp.net regex to carry out server side detection of mobile browsers visiting our site (taken from http://detectmobilebrowsers.com/ Public Shared Function ...
0
votes
1answer
95 views

Form being resend after going back

Here is a tricky question I've been trying to solve... The issue happens on a mobile website. I use codeigniter to create a form, pass some values to the db and then redirect the user to the article ...
0
votes
1answer
34 views

in mobile web app: is it possible to use “get directions” link that leads to Navigating with waze?

If i want to include "get directions" link in web site - is it possible to use waze in order to get instructions with the link?
0
votes
1answer
26 views

Monitoring resource loading time for a mobile site

I'm developing a mobile site. Right now it takes a long time to load. Can anyone suggest a good tool for determining where the page load is getting jammed up.
0
votes
1answer
235 views

Cannot play using p:media tag in primefaces-mobile web app

I am developing a primefaces-mobile web app. I want to use p:media tag, but it does not show video on mobile device. My code: <p:media value="#{basePath}/resources/3.mp4" width="340" ...
0
votes
1answer
120 views

Embedding a youtube video in a mobile site works, but 'Domains protocols and ports must match' error is jamming browser

I am trying to dynamically embed a youtube video into a mobile web page by injecting the following code via jQuery. $("#tagetId").append("http://www.youtube.com/embed/oHg5SJYRHA0' ...
0
votes
2answers
54 views

Is there much performance gain from using as few CSS classes as possible?

Recently I've come upon a mobile UI kit which used very long CSS class names, seemingly instead of utilizing multiple class names and CSS inheritance (e.g. ".container-element-subelement"). Is there ...

1 2 3 4 5 17