[source code]Share my implement of showing webview in cocos2d-x both on Android/iOS platform

Hi, guys:

I have create a repository about how to show webview in cocos2d-x both on Android/iOS platform on Github.

The project address is under below:


Wish I could help you beginners.

Thank you for sharing this…
I am definitely gonna try this…

I tried two ways of testing this sample.

  1. I tried the same but there is an error in CCXWebView.java at line : 53, this is the case while run from the Eclipse.

  2. I tried creating the apk using ant script MinGW, but i get the following error in the same

/d/android/android-ndk-r8d-windows/android-ndk-r8d/build/gmsl/__gmsl:512: * no
n-numeric second argument to `wordlist’ function: ‘’. Stop.
make.exe: Leaving directory `/C/Users/jay.sampat/Documents/GitHub/CCXWebview/CCXWebview/CCXWebview/proj.android’

Hoping to get some help out of dis

CCXWebview Class not initialized ,He is how it works

Good share. Thanks much. Using this in a project

Jay Sampat wrote:

I tried two ways of testing this sample.
>

  1. I tried the same but there is an error in CCXWebView.java at line : 53, this is the case while run from the Eclipse.
    >
  2. I tried creating the apk using ant script MinGW, but i get the following error in the same
    >
    /d/android/android-ndk-r8d-windows/android-ndk-r8d/build/gmsl/__gmsl:512: * no
    n-numeric second argument to `wordlist’ function: ‘’. Stop.
    make.exe: Leaving directory `/C/Users/jay.sampat/Documents/GitHub/CCXWebview/CCXWebview/CCXWebview/proj.android’
    >
    >
    Hoping to get some help out of dis

I met the same problems, how to solve it? Thanks.