Closed Fertogo closed 8 years ago
This happened because Pebble.getActiveWatchInfo
was not called after ready
fired so it returned null and caused the rest of the js to crash.
Since the showConfiguration
event never registered, the phone just waited forever.
Some iOS users reported that
v4.0
breaks the app by making the configuration page inaccessible. I have confirmed this with a test device. The iphone just hangs as if it were waiting for the configuration page to load, but no request is made to the server.