11-30-2012 04:38 AM
onPopTransitionEnded: page.destroy() does fix the issue. its grayed out for few seconds but at least it exists on its own.
killing the process from the terminal also helped so looks like some cleanup activity is not happening. how much its due to WebView not sure but that seems to be the common element so far
11-30-2012 06:55 AM
peter9477 wrote:
...so I ran "pidin" and it was still listed. ... I used "slay" with the PID to terminate the app, and immediately the icon returned from the ghosted state and I could run it again.
thx Peter - this works for me, too. helps while development but not the users ;-)
btw: is there a doc about such useful commands like pidin and slay ?
11-30-2012 11:39 AM - edited 11-30-2012 11:40 AM
ekke wrote:
thx Peter - this works for me, too. helps while development but not the users ;-)
btw: is there a doc about such useful commands like pidin and slay ?
This should cover everything useful: http://developer.blackberry.com/native/beta/refere
11-30-2012 11:42 AM
peter9477 wrote:
ekke wrote:
thx Peter - this works for me, too. helps while development but not the users ;-)
btw: is there a doc about such useful commands like pidin and slay ?
This should cover everything useful: http://developer.blackberry.com/native/beta/refere
nce/com.qnx.doc.neutrino.utilities/topic/about.htm ...
THX
11-30-2012 05:06 PM
more info:
in my case, it appears to be caused only with a build from a BETA4 QDE...When i build same code/app on BETA3 QDE, this closing state never happens...no issue at all.
i couldn't test with a device-release profile as my app no longer builds correctly for this profile on BETA4 QDE ![]()
can any of you confirm that this issue is not happening when you build your app with DEVICE-RELEASE profile?
(i'm thinking it is related to the debugger or some test/debug stuff that is being attached from the QDE to the device)
11-30-2012 05:17 PM
11-30-2012 05:17 PM
11-30-2012 08:38 PM
thanks Peter!
Looks like we'll need to do some more drilling down to find the source of this issue
11-30-2012 10:35 PM
so in regards to finishing or starting a app with webview or ads in using the sim its a no go for now then.
i have to shut down my sim each time to get the new build to load. not cool
12-01-2012 08:22 PM
Oh, does this happen on the sim too? I don't use it, so I hadn't considered this. I've got an app ready, but it's built for the device only. If this failure affects the sim as well, I'll have to do an x86 build as well I suppose. :-(