IntelRobert
Upper post missed tag, so repost this here
Hi, IntelRobert
I appreciate your previous help.
I have another question.
I coded in the c2 js plugin source to silence if crosswalk emuator like following (because error occurs when using native plugin on emulator):
if (navigator.platform == 'Win32')//<============crosswalk emulator
return;
I want to know whether this code also silence (skip) in x86 (apk) ?
I don't want this code not to silence (skip) in x86 (apk)
Thanks for your continuous supporting