I have the following options set. For the life of me, I can't find anyway to remove the back-arrow icon from the default back button in my apps header. I don't want a button icon, just a button. Now, If i create a button in the header, I can easily omit the icon but I must be missing a property somewhere. Thoughts? Thanks in advance. John
I have two users running the original Motorola Droid 1. Both users are reporting that my site shows up completely blank on their phones. I was able to confirm they're not crazy.. and in fact.. the site does not show up at all. Both users have the very latest Android OS. I had them clear their cache and reset all settings. No joy.
The site works fine on all flavors of iOS, safari, firefox, IE etc. I've tested a half dozen Android devices (Droid X, Droid 2, HTC etc..) and they all work just fine. I also tested the site on the Android simulator going back to the very early revs of the Android OS and they all work just fine.
My site is running IIS 6.5 server with asp.net MVC 2.
I decided to create a brand new hello world page referencing the jquery mobile framework and css stylesheet to remove all complexity while working this issue. All testers running the above mobile devices state the hello world site works just fine. The orig. droid, still, does not.
I had those users hit the jquery mobile demo site and it worked just fine. I copied the same jquery mobile page down to my server. The droid could not view that page but all other androids could. I took the same page and copied down to my personal home server (also running iis6 with mvc) and had the droid hit that.. it worked just fine. There is something going on with our setup that is only effecting the orig. droid 1.
I was able to download an app for the droid that displays the page source, thinking maybe the jquery links were not being referenced or were being stripped out on the server side. The code source was there just fine.
I've changed several IIS settings to no avail. I'm throwing a hail mary pass your way hoping someone has something crazy i can try.
Thanks in advance.
I love being a Dad, writing code and flying airplanes.
I need to show a dialog when the header title text is touched. My code below captures the click event but i don't know how to programmatically show a dialog.
A few things:
- i dont want to turn the title into a button. if i wrap the title in an anchor it turns into a button.
- ultimately i want to show a pop-up list of pages the user can jump to. Unfortunately, when i substitute the text for a select list, jquery mobile turns it into a button. I dont want a button, i just want text.
Can someone shed light on this? Thanks in advance.
Hi, something changed between alpha 2 and 3 that's causing semi-transparent boxes surrounding many jquery mobile elements. This doesnt look very good on top of a background image. I'm not sure what's going on here.
I'm setting my background image like so. I tried it at the body element but nothing showed up. Is .ui-page the most appropriate spot to insert a background image behind all elements? thanks in advance.
i have a scenario where the user selects an item in the mobile app sending that request down to the server. i check a few things in the db and either leave the user on the same page or redirect them to another. If i redirect them to another page i need to instruct jquery mobile to perform a full page reset.. similar to putting rel="externalin a link. How do i programmatically refresh the page like this w/out requiring the user to click a link?
if you include a slider inside a listview, the listview forces the right arrow to show. This is not expected functionality. I'm creating a list of settings in my app where each list item shows the name of the setting on the left and a slider (show/hide) on the right. No arrow should be shown on the right.
if i take out the slider, the right arrow inside the listview disappears. Include the slider and the right arrow shows up again with no way to disable it.
on my login page, user enters login/password then hits submit button. Submit button posts to server, validates request. If authenticated, user is taken to main menu else login page is shown again.
In alpha 1, if login failed, postback would return login page with no transition as you might expect it to work.
in alpha 2, if login failed, jquery mobile transitions the same login screen from right to left which is not what you would expect to happen.
Can anyone explain if this is a bug or do i need to change how i post back to the server to just show the same page again? The exact same page works fine in alpha 1, but alpha2 now shows this transition.