Details
-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 Final
-
Fix Version/s: 1.3 Beta
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile, BlackBerry Z10
Description
ICEmobile must first be tested on the BlackBerry Z10.
Issue Links
Activity
Ted Goddard
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33946 | Thu Mar 14 17:18:25 MDT 2013 | ted.goddard | disable FormData ajax for BlackBerry 6 only ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #33947 | Fri Mar 15 07:09:20 MDT 2013 | philip.breau | - add bb10 to user agent detection |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/UserAgentInfo.java
|
Steve Maryka
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Greg Dick [ greg.dick ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34342 | Thu Apr 11 11:08:26 MDT 2013 | philip.breau | - BB10 Android wrapper is using "Mozilla/5.0 (PlayBook; U; Android 2.3.3; en-us; PlayBook Build/10.0.0.336) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 " so we need this to resolve to bb10 theme |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/util/UserAgentInfo.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35182 | Mon May 20 11:33:46 MDT 2013 | greg.dick | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/container/src/org/icemobile/client/android/ICEmobileContainer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35216 | Wed May 22 10:23:24 MDT 2013 | greg.dick | |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/client/android/integration/video/res/drawable
ADD /icemobile/trunk/icemobile/client/android/integration/video/res/drawable/check.png |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35217 | Wed May 22 10:24:16 MDT 2013 | greg.dick | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/android/integration/video/src/org/icemobile/client/android/video/VideoHandler.java
|
Greg Dick
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.3 Beta [ 10373 ] | |
Resolution | Fixed [ 1 ] |
The BlackBerry Z10 is currently detected as a desktop browser.
User-Agent: Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+
Fallback to <input type=file> displays an image picker with the choice to switch to the camera, upload an existing image, or browse other folders.
The upload, however, does not contain the image file. This may be due to existing BlackBerry detection that is no longer correct for BB10.
This is fixed as follows, however it will break FormData detection on the older BlackBerry. This can be retested on BB6 since the FormData bug may be fixed.
+++ jsf/components/component/resources/org.icefaces.component.util/component.js (working copy)
@@ -438,9 +438,7 @@
function () {
jsf.getViewState = html5getViewState;
if ((undefined !== window.FormData) &&
, false);
Push appears to be working well.
Screen width appears to be actual pixel width, resulting in very small text.
Header/footer in mobileshowcase remains attached to the window border, so appears better than iOS browser in that respect.
audio and video playback components cause browser crash. The crash does not occur with a simple test page containing a <video> element, and once the test page is loaded, mobileshowcase no longer crashes.
mobi:geolocation works well with default settings. google map also works.
A native date spinner is supported, but the JavaScript version is currently active. Both are functional, however double clicks on the JavaScript spinner result in page zooming.