Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why does app built with Phonegap and Moobile freeze on alert sometimes?

Status
Not open for further replies.

aharris88

Programmer
Dec 12, 2007
12
I went to downloaded the Moobile 0.2.1 Boiler Plate (which is a mobile application framework built on MooTools), put the into Dreamweaver CS6, ran the Phonegap Build Service, scanned the QR code with my android phone, and installed the app.

I didn't make any changes to the code. It's just an app that has a single button that says Hello, which opens up an alert box. You can dismiss the alert box by tapping OK.

It works fine in the browser( And on my android phone it seems to work fine, but after tapping OK to dismiss the alert box, it comes back and you can't dismiss it. It doesn't always happen the first time you tap Hello, but eventually it always has this problem. Changing the orientation makes it go away, but it has the same problem the next time you tap Hello.

What could be causing this?
 
Does it have "this.dismiss()?"
and/or does it have a loop or something?
else you can also apply "this.finish()" its like an EXIT function

HTH
Dexter
 
Thank you so much for helping.

No, it doesn't have this.dismiss() or loops.

I'm not sure what you mean about applying this.finish, but moobile is built on top of MooTools, which I'm not very familiar with.
If you want to see the code it's all right here: [URL unfurl="true"]http://moobilejs.com/doc/latest/guides/HelloWorld.html[/url]
 
GOOGLE SAID:Moobile is a new mobile application framework built on MooTools.

-not really android
Dexter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top