Hi simon, Don't ask your answer, because I solved the problem. My original project use this configuration in TiApp.xml:
uses-sdk android:targetSdkVersion="14" but, it creates problems when the event occurs clicks (with learles Android system webview update).
When I changed the previous configuration in this:
uses-sdk android:targetSdkVersion="21" The click event fired correctly :).
Thanks for your help and best regards.
S
Simon 248601
said
over 7 years ago
Hi Antonio,
I just spoke to my colleague, he has some more questions for you:
What are the changes so that it works you mentioned in your last post?
Is your app full screen?
Does the click work if you click a little bit above or below the POI?
Thank you and best regards, Simon
S
Simon 248601
said
over 7 years ago
Hi Antonio,
I just tried to run your example, by replacing the original example folder with yours, unfortunately it doesn't load any POIs at all. Could you zip your entire project, including everthing I need to let run (wikitude plugin etc), and send it to info@wikitude.com? In the mail please note that it should be forwarded to Simon.
Best regards, Simon
A
Antonio Polifemi
said
over 7 years ago
Hi Simon,
My device is Moto x (2014) and when i install WikitudeSDKSamples.apk with my changes, it is working correctly.
However, when I copy and paste the sample code (6_BrowsingPois_2_AddingRadar) on my project, all works except the click. If I uninstall the Android System WebView update, the component returns to work correctly.
I use the latest WikitudeSDK (v4.1.1) and TitaniumSDK v3.5.0GA.
I attached all my changes. Need you more information to help me to solve the problem?
Thank you, Antonio.
P.S: I removed the references to my server from addingradar.js .
S
Simon 248601
said
over 7 years ago
Hi Antonio,
I tried the radar sample and your modified version on three devices (LG Nexus 5, Sony Z3, OnePlus One) all running Android 5.x and the latest Webview (42.0.2311.138), but couldn't reproduce the problem.
Antonio Polifemi