scottjehl
e4336f38ae
changed the docs to represent the new auto back button default
2011-05-18 18:05:05 -04:00
scottjehl
8ba4c27300
Ya'll can scale your pages now. Fixes #1645 . Note: we originally disabled user zooming to work around a bug in iOS that automatically zooms the page beyond the constraints of the viewport on orientation change. We are not working around this bug at all now, but you are free to include any meta tag you'd like, or better yet, consider this polyfill: http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/
2011-05-17 17:28:19 -04:00
scottjehl
d97a964884
been meaning to do this for a while.
2011-04-14 16:04:47 -04:00
scottjehl
0d9627d54e
Added viewport meta elements to the markup of every template and removed the metaViewportContent option from code and docs. IE does not support generated viewport tags.
2011-03-14 00:20:23 -04:00
Kin Blas
161f5e6ae3
Removed jquery.js from js/index.php and updated all html doc/experiments/test files that incuded "js/" so that they also include jquery.js manually.
...
This makes our include model match the include model on the CDN, and allows devs to make use of mobileinit for debugging some of the samples since that must be set up after jquery.js, but before jquery-mobile.
2011-01-20 11:26:12 -08:00
Kin Blas
8050fb0d01
Merge branch 'master' of https://github.com/walkingeyerobot/jquery-mobile into pull672
2011-01-11 09:04:32 -08:00
Kin Blas
38f09ee66f
Sweep through all files to add a trailing slash to <link> tags that include thems/default. This should fix Opera Mobile Issue 763.
2011-01-05 16:19:24 -08:00
Mitch Foley
df3bc91f80
renaming nobackbtn to backbtn.
2010-12-13 10:54:26 -05:00
jzaefferer
45aeb9985b
Converter demo: Fix edit mode to generate list; fix Cancel and Add buttons to when adding new conversions
2010-12-04 14:32:14 +01:00
jzaefferer
93ac6f9b05
Converter experiment: Fix theme for search field
2010-11-26 15:23:22 +01:00
scottjehl
8f9aee12a6
removed js/all redirect. updated files to use js/
2010-11-09 17:57:26 -05:00
scottjehl
bc1d0ba08e
set utf-8
2010-11-01 21:46:29 -04:00
jzaefferer
939a557d67
Converter demo: Update to use the new refresh method in listview, along with some small tunings.
2010-10-20 06:31:02 +02:00
jzaefferer
b43882f268
Converter demo: Updating list item template.
2010-10-19 19:49:54 +02:00
jzaefferer
205662015c
Converter demo: Slight markup improvement.
2010-10-19 19:48:02 +02:00
Todd Parker
1144425325
more revisions to converter typography
2010-10-19 12:33:17 -04:00
Todd Parker
c2726c865a
lowercased "to"
2010-10-19 11:52:36 -04:00
Todd Parker
4deaa4a33a
re-vamped statics for converter demo. on the edit screen, clicking an existing converter should drill you to a similiar page to "add" to let you edit the row. we should start off with at least 3 presets.
2010-10-19 11:48:17 -04:00
jzaefferer
fcfeb56c6b
Converter demo: Ammending previous commit for input-to-text conversion.
2010-10-18 23:50:10 +02:00
jzaefferer
8796779e5e
Converter demo: Changing output to text (instead of inputs).
2010-10-18 23:47:44 +02:00
Todd Parker
fc6de5823d
fixing layout
2010-10-18 17:42:07 -04:00
scottjehl
d5cbcf755b
Created a themes directory and moved all CSS and images there.
...
Edited the PHP combiner and .htaccess logic to accommodate this change, as well as allowing manifest files to use a "../" when referencing files, which will be handy when adding themes that don't include structural files yet.
Modified all HTML files to point to /themes/default for their theme.
2010-10-13 13:26:23 -04:00
jzaefferer
a21b4f34b2
Fixed converter demo.
2010-10-13 10:30:54 +02:00
scottjehl
b11a45f615
switched up padding and margins on content div. Now it will get 15px padding, unless its a fullscreen page.
...
Inset listviews have no margin now, and regular listviews have -15px margins. Also, collapsibles now have no padding.
Updated HTML to remove ui-body classes for content divs, to match these changes.
Fixes #161
2010-10-12 15:50:28 -04:00
scottjehl
091c00a9cf
removed media attrs in markup. We can do this internally in the css if necessary, but in general, this css only applies to js-generated classes anyway.
2010-10-12 15:14:07 -04:00
Scott González
cf4e3969f0
Removed console.log() calls.
2010-10-12 13:57:14 -04:00
Scott González
aa7e5c8139
Converter demo: coding standards.
2010-10-11 11:17:39 -04:00
Scott González
d0d9218f6e
Converter demo: Don't try to destroy pages that haven't been initialized.
2010-10-11 08:23:26 -04:00
Scott González
74a66af37b
Converted $.mobilize to $.fn.page (and $.mobile.page via widget factory).
2010-10-09 14:34:21 -04:00
jzaefferer
97d66cc233
Converter demo: Cleanup
2010-10-08 13:01:35 +02:00
jzaefferer
281ba28317
Converter demo: Added ability to remove individual conversions. Removed distance defaults until those can be added by hand.
2010-10-08 12:59:20 +02:00
jzaefferer
044b54df2f
Converter demo cleanup.
2010-10-08 12:34:53 +02:00
scottjehl
3b1188134d
a few more files needed the media query fix
2010-10-07 16:10:00 -04:00
scottjehl
de53cfb930
Made all css and JS rely upon media query support. ("only all"). We can go back to the previous system, but so far, this seems to create a better divide than our previous support tests provided. 1-person discussion here: https://github.com/jquery/jquery-mobile/issues/#issue/29
2010-10-07 15:15:59 -04:00
scottjehl
e4791ad461
edited to allow for running when loaded through ajax
2010-10-06 12:14:06 -04:00
scottjehl
6f82cb354b
just some markup edits
2010-10-06 12:09:06 -04:00
scottjehl
b95dbce151
moved theme class to page div
2010-10-06 00:49:24 -04:00
scottjehl
4a7ede3322
added ui-aux class to edit button. fixed a style with that class too
2010-10-06 00:48:42 -04:00
scottjehl
c5ceff745c
inputs with type=search now get turned into search widgets. Their type then degrades to "text" . Demos updated to match changes.
2010-10-06 00:44:03 -04:00
jzaefferer
de9e4bac92
Updated converter experiment. Now using localStorage to store selected conversions, with a first version for editing.
2010-10-05 23:38:31 +02:00
scottjehl
91c5b90c82
moved jquery.tmpl.js to converter demo folder, as the script is not part of mobile proper
2010-10-02 11:57:43 -04:00
scottjehl
a08ccd6880
whitespace only
2010-10-02 11:43:32 -04:00
scottjehl
79a5c3db13
removed inline gzips
2010-10-02 11:42:50 -04:00
jzaefferer
bfcc597618
Cleanup, added some notes; blur search input on submit
2010-09-30 14:00:00 +02:00
jzaefferer
a77d187a0f
Converter demo: Add another conversion
2010-09-22 13:58:57 +02:00
jzaefferer
176dfcebab
Adding converter-demo. Not yet actually using cache.manifest, as that screws up testing on mobile devices. At least on Mobile Safari there is no way to clear that offline cache - none that I found so far.
2010-09-21 22:33:06 +02:00