showWebPopup doesn't work for android?

Just wanted to ask, is this a known issue?
When I build with the Corona Simulator the WebPopup worked fine. On iOS it works when I build with Xcode. But when I build the apk with the build.sh-script the webPopup doesn’t show up.

Any known solutions?

I just tested a build with Corona Enterprise on Android… and it correctly displayed a web popup for me.

You’re most likely missing the INTERNET permission in your AndroidManifest.xml file.  If this permission is missing, then the web popup will not be displayed and you’ll see a “Chromium error” in your Android log, which is the default Android behavior as implemented by Google.

Also, keep in mind that the “build.settings” file is ignored by the Android SDK’s build system and you are expected to edit the AndroidManifest.xml file yourself as documented by Google.  The “build.settings” file is only used by Corona Simulator builds.

I just tested a build with Corona Enterprise on Android… and it correctly displayed a web popup for me.

You’re most likely missing the INTERNET permission in your AndroidManifest.xml file.  If this permission is missing, then the web popup will not be displayed and you’ll see a “Chromium error” in your Android log, which is the default Android behavior as implemented by Google.

Also, keep in mind that the “build.settings” file is ignored by the Android SDK’s build system and you are expected to edit the AndroidManifest.xml file yourself as documented by Google.  The “build.settings” file is only used by Corona Simulator builds.