sanyaade-augmented-reality / junaio

Automatically exported from code.google.com/p/junaio
0 stars 0 forks source link

3d object poi with <customization> does not fire pois/event #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description:
------------

If a poi contains something like

<customizations>
<customization>
name>Button name</name>                                 <type>url</type>        
                                               <node_id>click</node_id>         

<value><![CDATA[http://my.domain.com/bla.php"]]></value>
</customization>
</customizations>

There is no pois/event that can be reacted to. 

If the bug is reproducable, please describe here. If necessary also provide
information about channel ID to be opened and steps to be taken to
reproduce error:
-------------------------------------------------

1) Create a 3d object poi with the xml extension posted above
2) Show poi directly when user enters channel
3) Touch the poi and see there is pois/event fired

iOS or Android version / device / junaio version
------------------------------------------------

Original issue reported on code.google.com by CSchaefe...@googlemail.com on 26 Mar 2011 at 1:56

GoogleCodeExporter commented 9 years ago
Hi,
before name the "<" is missing in the code above. Is it just a mistake when 
this was written or could it solve the problem if it's "<name>"?
Greetings,
Rainer

Original comment by rainerlo...@googlemail.com on 26 Mar 2011 at 3:19

GoogleCodeExporter commented 9 years ago
Hi,

this is just a typo, thanks for pointing out!

Cheers,
Christoph

Original comment by CSchaefe...@googlemail.com on 26 Mar 2011 at 3:36

GoogleCodeExporter commented 9 years ago
How about the " in value, also a typo or perhaps the reason? 

Original comment by Frank.An...@metaio.com on 4 Apr 2011 at 8:01

GoogleCodeExporter commented 9 years ago
Hi Frank,

just a typo as well. Sorry for this dirty snippet...

Cheers,
Christoph

Original comment by CSchaefe...@googlemail.com on 4 Apr 2011 at 9:01