Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Reg: How to convert flash html5 canvas to APK

New Here ,
Oct 23, 2017 Oct 23, 2017

Hi,

    I am using adobe animate CC 2015. I developed HTML5 canvas game. I need a help, how to convert html5 canvas to Android APK.

Is this possible, please help me. Give sample code or sample link.

    Thanks in advance.

2.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Oct 24, 2017 Oct 24, 2017

If you already have a fully working web activity, with lots of JavaScript in it, and you want to make an app version of the site, you could either rewrite everything in ActionScript, or you could make a wrapper kind of app.

If you choose to do a wrapper you could use PhoneGap:

https://build.phonegap.com

or you could use Adobe Animate with a StageWebView to load the HTML page. The documentation for StageWebView has example code:

StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference

Translate
LEGEND ,
Oct 24, 2017 Oct 24, 2017

If you already have a fully working web activity, with lots of JavaScript in it, and you want to make an app version of the site, you could either rewrite everything in ActionScript, or you could make a wrapper kind of app.

If you choose to do a wrapper you could use PhoneGap:

https://build.phonegap.com

or you could use Adobe Animate with a StageWebView to load the HTML page. The documentation for StageWebView has example code:

StageWebView - Adobe ActionScript® 3 (AS3 ) API Reference

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 24, 2017 Oct 24, 2017
LATEST

theres also some dignify apk builders for html and sometimes better than phone gap, like cocoon js, and intell crosswalk

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines