JQueryMobile1.3
In AppStudio 3, we have updated jQuery Mobile to the current version of 1.3.
They have made a number of changes to their controls which could affect apps using the jQuery Mobile controls. Here are some of them:
TextBox
- New mini property for a smaller TextBox.
- Slight off white color background. Clear the backgroundColor property so the input area does not show up as white.
Buttons
- Standard height now seems to be 29 pixels. Buttons look best with this height.
- Grouped buttons have changed. For any button groups, you need to set the groupBegin and groupEnd properties again.
Select
- Grouped Select buttons have changed. For any groups, you need to set the group property again.
Date, DateTime, Month, Time
- Slight off white color background. Clear the backgroundColor property so the input area does not show up as white.