Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C4F89AFD for ; Wed, 25 Apr 2012 16:10:46 +0000 (UTC) Received: (qmail 46040 invoked by uid 500); 25 Apr 2012 16:10:43 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 46007 invoked by uid 500); 25 Apr 2012 16:10:43 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 45945 invoked by uid 99); 25 Apr 2012 16:10:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 16:10:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 16:10:39 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8AE0035F9A7 for ; Wed, 25 Apr 2012 16:10:18 +0000 (UTC) Date: Wed, 25 Apr 2012 16:10:18 +0000 (UTC) From: "Joe Bowser (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <166476162.897.1335370218615.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <423124243.358.1335363020875.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (CB-569) Multiscreen jquerymobile application doesn't work on Asus Transformer TF101 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-569: ----------------------------- Assignee: Filip Maj (was: Joe Bowser) Suspect JS issue. When I rip out jQuery and Cordova's JS, the alert works. For some reason, something is preventing the alert from appearing, even though the page is loading. > Multiscreen jquerymobile application doesn't work on Asus Transformer TF101 > --------------------------------------------------------------------------- > > Key: CB-569 > URL: https://issues.apache.org/jira/browse/CB-569 > Project: Apache Callback > Issue Type: Bug > Components: Android > Affects Versions: 1.6.1 > Environment: *OS* > Fedora 16 (kernel 3.3.2-1.fc16.i686.PAE) > *Software* > Eclipse (Version: Indigo Service Release 1, Build id: 20110916-0149) > Eclipse plugins: Android Development Tools 17.0.0v201203161636-291853, PhonegapForAndroid 1.2.9.201204181638, ... (i'll provide full list if necessary) > *Libs* > Cordova 1.6.1 > jQuery 1.7.2 > jQuery mobile 1.1.0 > *Devices* > ASUS Transformer TF101 (Android 3.2) > HTC Desire Z (Android 2.2.1) > Reporter: Eugene Grybinnyk > Assignee: Filip Maj > > I've created a simple jqm app with 2 screens - when you click any on the first screen (index.html) you will follow to the second screen (second_screen.html). Second screen is including some js code in it's body as external file (with a simple alert inside). > So an *Expected Result* - I click on link and see alert message > When I deploy it on my local apache httpd server - it's working fine on desktop browsers, and native mobile browsers on ASUS Transformer TF101 (ASUS) and HTC Desire Z (HTC). > Then, I create a Phonegap (Cordova) project on Eclipse using PhonegapForAndroid plugin (target api - 7, android 2.1), export signed apk and install in on ASUS and HTC. > And *Actual Result* - apk installed on HTC - works like in a browser, but the same apk installed on ASUS - doesn't work properly - I click on a link and don't see alert. > * I tried to reassemble the apk specifying target api - 13 (android 3.2) but it had no effect for ASUS device. > * I tried to run the problematic apk-s on android virtual device (api 13, android 3.2) and it works fine (both apk-s, with 7 and 13 target api-s). > PS / > Links: > HTML/CSS/JS bundle http://dl.dropbox.com/u/33175266/external_js_test_jqm.zip > Eclipse project (target api - 7) http://dl.dropbox.com/u/33175266/external_js_test_jqm_api7.zip > Eclipse project (target api - 13) http://dl.dropbox.com/u/33175266/external_js_test_jqm_api13.zip > Signed apk (target api - 7) http://dl.dropbox.com/u/33175266/external_js_test_jqm_api7_signed.apk > Signed apk (target api - 13) http://dl.dropbox.com/u/33175266/external_js_test_jqm_api13_signed.apk > PSS / > There are two links in the project, first is handled with jqm implicitly and second is calling jqm function $.mobile.changePage via handler, attached with jQuery.live on vclick event. Both of them are working well on browsers and HTC and are not working on ASUS. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira