Tagged Questions
0
votes
1answer
17 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 ...
-2
votes
0answers
21 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
37 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
29 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) ...
2
votes
1answer
46 views
Prevent hyperlink on touch and show hover state
I'm not sure why but when I touch a link on on a site I'm building on an iPhone/tablet it doesn't trigger the hover over state and instead just jumps straight through to the link. You can see the test ...
0
votes
1answer
42 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 ...
0
votes
1answer
15 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
39 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
22 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 ...
3
votes
2answers
54 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
21 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
3answers
34 views
Cant return variable in recursive function javascript
HI guys im creating a Phonegap program that is using a javascript function to return the values colected in the database , the problem is that i cant return the values becouse they are in a recursive ...
0
votes
1answer
25 views
Does Moovweb support coffeescript?
I've been looking into the moovweb platform lately, and I was wondering how or if Moovweb works with CoffeeScript. Can anyone provide an example of some code?
-1
votes
1answer
23 views
Ensure data passed to API is from valid mobile application [closed]
I'm building a Phonegap mobile application in which I want the users to be able to check into locations. I can get the users location and post it to my API and all of that's working. What I'm looking ...
0
votes
0answers
31 views
Augmented Reality application - HTML5 vs Native app (AIR for mobile, etc)
I know there are AR toolkits in Javascript but I need to summarize some of the major pros and cons of developing AR apps in HTML5-Javascript vs building a native app, whether using AIR for mobile, ...
1
vote
1answer
65 views
Leaflet and jQuery mobile won't cooperate
everyone. I'm working on a mobile app for a nature reserve (the old map is currently built with flash), and I'm having trouble with jQuery mobile and leaflet. As it stands, I can only get either the ...
0
votes
0answers
17 views
What are best practices for detecting pixel ratio/density?
I am currently using JavaScript for mobile device detection on my website, this then allows me to serve different content for mobile or desktop users.
Currently I use window.devicePixelRatio and ...
1
vote
1answer
52 views
How to navigate from HTML page to native screen using phonegap?
i have made Hello world test app for Android and iOS using PhoneGap Framework.
I want to invoke Native Screens from the HTML page.
How can i invoke native screen from HTML page?
And vice versa.
0
votes
1answer
65 views
How to detect tablet, mobile, desktop, tv using javascript
I am developing an web application where I need to detect the device from javascript. Could anybody tell me whats the best way to do it ? I found several solution by googling. But no one is full ...
0
votes
2answers
47 views
Does jquery's $.get(…) ajax success function trigger when the file has completed downloading?
Basically I want to know if the 'success function' of jQuery's $.get() method is fired when the whole file has finished downloading. I suspect it is, but just want to make sure.
I'm using a series of ...
1
vote
1answer
33 views
Cannot focus on button when focused in textarea in mobile
I have a textarea which when a user types some text into and clicks the button underneath, the button will not work the first time, you have to push twice on the button to make it work. It's as if the ...
0
votes
1answer
91 views
Prevent only horizontal scrolling mobile app
I'm developing an web app. On the left side is an sidebar using the Sidr-plugin (jQuery Plugin: Sidr). The test site is on my developing server. My problem is that if I'm swipe from left-to-right the ...
0
votes
1answer
50 views
Loading screen in an HTML5 app
I'm working on a project (not a game) that involves getting a number of big assets (css, js, etc). When opening the page in an UIWebView (iOS) there is an empty white page for 3-5 seconds while ...
0
votes
0answers
30 views
Link to url if user tabs on google map pins
For a (mobile) project i need to forward the user to other URLs if he tab on a pin. it works, but just for one pin (the first in z layer -> Marouba Beach) - what i'm doing wrong here? here's the code:
...
2
votes
1answer
58 views
Multitouch on a mobile browser?
I have this browser game I'm developing for fun.
But I'm trying to make it work in mobile browsers too. But I can't seem to make it work when pressing multiple buttons at once.
I have this game ...
1
vote
1answer
24 views
Detecting Click Event of iPhone Call alert in Browsers
Is there a way to accomplish this? i.e. I have a page where i pop open a number to place a call on page load using window.location = 'tel:5555555555'; Although, I'd just like to know when they click ...
2
votes
3answers
97 views
jquery mobile: Change textarea background after submit button has been pressed
I want to change a text area that displays either "Login successful!" or "Login unsuccesful!" after the Login button of a HTML form has been pressed. The text area should fade in when a the login ...
0
votes
2answers
35 views
Switch href url with javascript/jQuery for desktop to mobile
Hi guys I can't seem to find the exact thing I am trying to do, and being a javascript amateur I can't seem to wrangle it.
Basically...
I have this script attached to various elements on my page
...
0
votes
0answers
11 views
How to set PAGES property in YAHOO.widget.CalendarGroup for different case?
I meet a problem when doing the YAHOO.widget.CalendarGroup.
I want to do it like this, if the page widtha is less than 720px, the CalendarGroup PAGES property is 1 , if more than 720px, the ...
0
votes
1answer
45 views
PhoneGap redirect to login after load
I'm running the code below to check if the user still has a session ID immediately when the app is opened. If not, I want to redirect to the login page. The problem is, I get an intense flickering. ...
0
votes
0answers
31 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
1answer
30 views
Pre-compress images on mobile devices
I'm working on a Web application that allows images to be uploaded to the server, but the pictures take quite some some time to upload via 3g/h. I'm wondering is there some kind of way to pre-compress ...
0
votes
0answers
22 views
Windows Mobile 6 and Its Screen Pixel Ratio
wazzzup!
I'm developing some screens in Html and CSS for a Web App, and it must run in Windows Mobile 6. Until now, nothing special. But they are requiring the images to change depending on the Pixel ...
0
votes
2answers
45 views
trigger.io - hide a html element on touch/tap event
The problem seems simple enough yet it is not working.
What I want is a div to hide on tap. I currently am using jQuery but if anyone know have to do this in a more native manner id love to do that!
...
0
votes
1answer
41 views
Phonegap javascript File saving
I am trying to save a simple text "Hello", into a file using the phonegap filewriter API. I checked the online docs together with some books(20 recipes for phonegap), however it is still giving me an ...
0
votes
1answer
43 views
Mobile website redirect, Full Site link, without cookie. Cookie seems to prevent return to mobile site
I'm testing a few JavaScripts that redirect mobile users from a main website to a mobile website. What I have found uses cookies however, and the cookies seem to prevent returning users from going ...
2
votes
2answers
43 views
How Can I Get a Jquery Mobile Button to Open Specific Collapsible List Id?
I am trying to code a Jquery mobile application (latest release) so when the JQM button is clicked, a SPECIFIC collapsible list id is opened and positioned into view. This button should allow for ...
0
votes
0answers
19 views
SoundManager2 and mobile audio playing on click events
I am currently working on a mobile website (in particular, for a part of an iOS app that I am developing) which has a section that is supposed to play media.
Basically, there is some music on my ...
0
votes
0answers
17 views
Jquery Mobile closing page
My Jquery mobile application has an initial page that initialises some globals and loads the login page. The problem is that the login page loads correctly and then quickly fades out and disappears. ...
0
votes
0answers
19 views
load script in Ajax navigation with jquery mobile
I've got a question about JQUERY MOBILE ajax navigation.
This is my situation:
I've and Index.html page and another page product.html.
In Index.html I load the js scripts (there's a carousel).
When ...
1
vote
1answer
83 views
Mobile Browser Performance: a huge DOM with mostly `display:none`, versus a slim DOM and JavaScript
I have a large page with hundreds of Tiles. Hovering over each tile reveals a Flyout. A Flyout will contain more information (and markup) than a Tile.
Since the Flyouts aren't displayed initially, ...
0
votes
2answers
60 views
how to play videos in nintendo 3ds browser which does not support html5 or flash
How can I play videos in a webpage in the Nintendo 3DS Browser?
It does not support any kind of video playing plugin.
Could some Javascript load still images or GIF files in a row to simulate a ...
0
votes
2answers
43 views
javascript mousedown event location on windows phone
I am creating a mobile site that needs to be cross browser compatable. For one feature I need to detect the location of a touch event.
Windows Phone does not support touchstart etc. so I am using ...
1
vote
3answers
176 views
What is the Best Framework for HTML 5 Based Mobile Development? [closed]
What is the best framework for HTML 5 based mobile development?
I evaluated a few frameworks like jQuery Mobile , Sencha Touch , but didn't find any framework which extends its components in the ...
0
votes
0answers
18 views
the js file position changes when changing page using jquery mobile
I have created is a simple jQuery Mobile Application.Page1 link to page2,everything works fine,but when I return from page2 to page1,the page1's js file position seems change now,and it cannot find ...
0
votes
2answers
46 views
Javascript enter key pressed event alternative for mobile site
I have a quickfeedback widget in my site which has only one textbox. When user presses enter key, the feedback is automatically sent using ajax. But this doesn't work in mobile devices like android, ...
0
votes
0answers
51 views
Updating Theme on a Select Drop Down in jQuery Mobile
I am trying to update the theme on a select drop down on a jquery mobile web application based on the value of another drop down. The logic is working properly, but the theme is not updating. ...
0
votes
1answer
48 views
mobile slide in sidebar not working as planned
what would be the right combination of css and javascript for having a slidein sidebar
I use jquery mobile, but just for convenience now
I have content with 100% width and 1em margins on the side
...
0
votes
1answer
23 views
Embedding Survey In Mobile Apps
Don't know too much about the mobile space, so I hope I'm asking the right questions. Here goes...
Is it possible to embed a quick survey into mobile apps? These are custom surveys in HTML5 format. ...
0
votes
2answers
28 views
mobile detection in webpage Uncaught SyntaxError: Unexpected token || in console
I have a script to detect if user is using mobile:
<script type="text/javascript">
//<


