Closed
Bug 751189
Opened 13 years ago
Closed 13 years ago
Native app should report back http status code for navigate events
Categories
(Pancake Graveyard :: Native iOS Wrapper, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M3
People
(Reporter: st3fan, Assigned: st3fan)
References
Details
No description provided.
| Assignee | ||
Comment 1•13 years ago
|
||
Fixed with https://bitbucket.org/mozillapancake/pancake-ios/changeset/061d16787c4b
The app now sends back a status field in navigate messages so that the front-end can decide what to do with it.
2012-05-02 11:26:13.871 PancakeDevelopment[86747:f803] NOTICE PancakeViewController#sendMessage Sending
MessageThing.handleCall({
"name" : "navigate",
"arguments" : [
{
"visit" : {
"url" : "https:\/\/moo.mx\/dkejdkejkdjek",
"title" : "404 Not Found",
"status" : 404
},
"type" : "navigate"
}
]
})
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•