Revision: 31243
Author: philip.breau
Date: October-01-12 7:33:00 PM
Message:
MOBI-350 Extended <mobi:deviceResource>
generate smart app banners for ios 6
do not generate apple meta tags for non-ios devices
auto-include icepush if specified
auto-generate fav-icon links
auto-generate content type
coordinate rendering of download and enable links with <mobi:getEnhanced>
add js marker to icemobile.js
Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/BaseSimpleTag.java
Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/DeviceResourceTag.java
Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/GetEnhancedTag.java
Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/TagUtil.java
Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/TagWriter.java
Modified : /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/util/Constants.java
Modified : /icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/icemobile.tld
Modified : /icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/web-resources/javascript/icemobile.js
Revision: 31244
Author: philip.breau
Date: October-01-12 7:34:10 PM
Message:
MOBI-350 Extended <mobi:deviceResource>
Modified : /icemobile/trunk/icemobile/samples/mvc-mediacast/src/main/webapp/WEB-INF/jsp/contest-head.jsp
Attributes can be defined to configure the component, although defaults should almost always be sufficient.
For instance installPrompt=false (defaults to true) would disable the automated prompt for installation of ICEmobile-SX. When true, this would set a page context variable so that getEnhanced will not perform additional prompting (if supported on the particular device: on iOS 5 devices, getEnhanced would still prompt, whereas on iOS 6, getEnhanced would not prompt if deviceResource used the meta tag).