Gibert, That's great! thanks for your info. By the way, "org.chromium.content.browser.JavascriptInterface;" is an internal interface in Crosswalk. We're adding the new public interface in embedding API. See below link: https://github.com/crosswalk-project/crosswalk/pull/1876/files
To keep your code working in future, I suggest using the public interface "org.xwalk.core.JavascriptInterface" once the above patch is merged. Yongsheng From: Xavier Gibert [mailto:[email protected]] Sent: Tuesday, April 29, 2014 3:21 PM To: Zhu, Yongsheng Cc: Alexis Menard; [email protected] Subject: Re: [Crosswalk-dev] Java-Javascript interface Hi, It works! I didn't know that I had to use different packages for the interface too. Thank you very much for your time and the speed of the answer. Regards Xavier On 29/04/2014 03:46, Zhu, Yongsheng wrote: import org.chromium.content.browser.JavascriptInterface;
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
