01-06-2012 12:18 PM
hi all
with my webworks application i have a many problemes
1- backbutton dont back on history
2- red button dont close application just run it in background
3 -and when i close the application with option and close i cant rerun application (application close on startup image)
here is my config file
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns=" http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="2.0.0.0">
<name> CAM mobile</name>
<description>
CAM Mobile banking application
</description>
<author rim:copyright="Copyright 2012">Loubaris Rachid</author>
<icon src="iui-logo-touch-icon.png"/>
<rim:loadingScreen backgroundImage="startup.png"
onFirstLaunch="true" />
<rim:navigation mode="focus" />
<content src="http://162.251.193.118/webapp/default.aspx"/>
<access uri="http://162.251.193.118/webapp" subdomains="true">
<feature id="blackberry.app.event" required="true"/>
<feature id="blackberry.app" required="true"/>
</access>
</widget>
how can i solve probleme of rerun application
thanks in advance
Solved! Go to Solution.
01-06-2012 03:02 PM
Hi saroy,
I will try to address your issues as I best understand them.
How are you testing this (simulator or on device)?
What OS are you testing (5.0, 6.0, 7.0)?
button below the post(s)01-06-2012 03:37 PM
01-19-2012 05:50 AM
solved by disabling cach and override back button to exit
thanks