Javascript (Construct 3 Plugins)

  • 57
    This content is deleted
    Addon
    Javascript

    Use 3rd party JS libraries (including JQuery), call Javascript functions, access object properties and methods. Implement game objects, and algorithms in Javasc...

You're viewing a single comment in a conversation. View all the comments
  • 7 Comments

  • Order by
  • hi valerypopoff,

    report a bug: the plugin can't work properly on Android 4.4.2 / Webview 30.But this is the bottom standard for a facebook lightweight game. developers.facebook.com/docs/games/instant-games/guides/lightweight

    Can you take some time to fix it? Thanks!

    • I believe I fixed the issue. Try to use v.0.6.5. The problem was that the plugin code used some ES6 features and Webview 30 sure doesn't support that.

      Please text if the problem persists.

    • Hey! Can you provide more information? What do you mean «can't work properly»? What goes wrong?

      • If I add the addon,the game will be stuck at the loading screen on Android 4.4.2/Webview 30. If I remove the addon, the game will work.

        • And also try to open this test game:

          valerypopoff.ru/temp/plugintest/plugin

          Does it open?

        • I will going to need you to look in the console:

          Enable USB debugging:

          — Go to Settings → About phone. Click on "Build number" 5 times. That will enable developer options for you.

          — Go back to Settings and navigate to Developer options. Enable USB debugging

          Look in the console:

          — Connect your Phone to your computer with USB cable

          — Open the game in a browser

          — Open Chrome browser on your computer and go to the page chrome://inspect/#devices

          — You should be seeing your device on the list of devices. You should also be seeing an open WebView. Click "inspect" below it. Then navigate to the "Console" tab

          — Take a screenshot and show it to me

        • Weird. What does show up in the console? Webview 30 is Chrome 30, right?