| Issue 65: | Request: Callback | |
| 2 people starred this issue and may be notified of changes. | Back to list |
This is a request for an enhancement: I'm thinking of using mixare as a part of a location based game. I'm trying to avoid using the sourcecode to develop my enhancement myself, because i think other deveopers could use them as well. In the json format there are the following parameters: "has_detail_page": "1", "webpage": "http%3A%2F%2Fwww.suedtirolerland.it%2Fapi%2Fmap%2FgetMarkerTplM%2F%3Fmarker_id%3D2827%26project_id%3D15%26lang_id%3D9" I would like to have some feature where i can tell mixare to send a callback to my launcher application instead of opening a webpage. There is a way to do this, but this is some kind of dirty. I can use some kind of pseudo protocol like myapp://url.goes.here/infoaboutpoi and then associate this protocol with my app. But going myapp -> mixare -> browser -> myapp seems to me like too much of a workaround.
Dec 8, 2010
#1
danielsk...@gmail.com
Dec 10, 2010
I think the most clean way to do it is: - your launcher app register itself as an intent receiver - we find a way to specify the intent in the "webpage" field (of course it could not be called "webpage" anymore ;-) ) What do you think?
Labels:
-Type-Defect Type-Enhancement
|