Android vs. iOS handling of NSBPage.appendChild(xxx)

I have an app with 40 Forms… I’m displaying a Container of 4 Labels on every Form using NSBPage.appendChild(CoIcons) .
The “Position” of both the Container (“CoIcons”) and of the Form where the Container is coded are both “absolute”. The Form’s “ScreenMode” is "Zoom"
This works as it should in both Windows (PC using Chrome) and iOS (iPad using Chrome), but does NOT work on Android (LG Venture using Chrome). On the latter, the Container only displays on the Form where the Container is coded, but does NOT display on any other forms.
Any thoughts on how to fix?
(My workaround is to put the Container on each Form and eliminate the NSBPage.appendChild(CoIcons) code.)

Tom

Does the Android device have the latest version of Chrome?

If so, you might be able to figure out what is going on by using the Chrome Debugger. It can be use remotely.

Yes, the most recent copy of Chrome on the Android device… Do you recommend a tutorial to use?

Here is the official one: