[JBoss JIRA] (JBIDE-16053) Aerogear: backbutton listener doesn't work on the android device
by Ilya Buziuk (JIRA)
Ilya Buziuk created JBIDE-16053:
-----------------------------------
Summary: Aerogear: backbutton listener doesn't work on the android device
Key: JBIDE-16053
URL: https://issues.jboss.org/browse/JBIDE-16053
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid
Reporter: Ilya Buziuk
Assignee: Gorkem Ercan
Fix For: 4.1.1.Final
http://docs.phonegap.com/en/3.1.0/cordova_events_events.md.html#backbutton - backbutton event doc
Steps for verifying:
1. Create new Hybrid Mobile Application Project
2. Update index.html with the sample from the documentation:
{code:title=index.html|borderStyle=solid}
<!DOCTYPE html>
<html>
<head>
<title>Back Button Example</title>
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>
<script type="text/javascript" charset="utf-8">
// Wait for device API libraries to load
//
function onLoad() {
document.addEventListener("deviceready", onDeviceReady, false);
}
// device APIs are available
//
function onDeviceReady() {
// Register the event listener
document.addEventListener("backbutton", onBackKeyDown, false);
}
// Handle the back button
//
function onBackKeyDown() {
alert(1);
}
</script>
</head>
<body onload="onLoad()">
</body>
</html>
{code}
3. Run the app on the android device
4. Press the back button when the app will be ready
5. ERROR: App will be closed - no alert will be shown
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-15512) CordovaSim: need to implement InAppBrowser plugin
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15512?page=com.atlassian.jira.plugi... ]
Vlado Pakan edited comment on JBIDE-15512 at 11/20/13 5:26 AM:
---------------------------------------------------------------
Tested with JBDS7.1.0.CR1 CR1-v20131116-1929-B543. Fedora 18 KDE 64 bit.
No web page displayed in CordovaSim neither with Samsung Galaxy skin nor with BlackBerry skin.
Running on Emulator correct page is displayed.
Alert alert("Image Element Successfully Hijacked"); is displayed
was (Author: vpakan):
Tested with JBDS7.1.0.CR1 CR1-v20131116-1929-B543. Fedora 18 KDE 64 bit.
No web page displayed in CordovaSim neither with Samsung Galaxy skin nor with BlackBerry skin.
Running on Emulator correct page is displayed.
> CordovaSim: need to implement InAppBrowser plugin
> -------------------------------------------------
>
> Key: JBIDE-15512
> URL: https://issues.jboss.org/browse/JBIDE-15512
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: browsersim
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Fix For: 4.1.1.CR1, 4.2.0.Alpha1
>
> Attachments: inAppBrowser.png
>
>
> InAppBrowser ( http://docs.phonegap.com/en/3.0.0/cordova_inappbrowser_inappbrowser.md.ht... ) which is based on Child Browser plugin is part of org.apache.cordova API.
> This feature can't be implemented via iframe, because of the X-Frame-Options and Same-origin policy. So, it should be implemented via browserFunction (org.eclipse.swt.browser.BrowserFunction) and SWT Browser widget
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] (JBIDE-16041) "null" in label of remove connection dialog
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16041?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16041:
-------------------------------------
Description:
was:
ASSERT: Have connection that's using the default server in OpenShift explorer.
EXEC: Choose connection, open context menu and Remove connection.
In prompt (after attempt to remove OpenShift connection in OpenShift Explorer) is in dialog shown some text tooltip but there is some "null" value.
!null_label.png!
> "null" in label of remove connection dialog
> -------------------------------------------
>
> Key: JBIDE-16041
> URL: https://issues.jboss.org/browse/JBIDE-16041
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Attachments: null_label.png
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months