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

Getting blank screens on some webviews on ios, not on android

Participant ,
Mar 21, 2018 Mar 21, 2018

Copy link to clipboard

Copied

I am using standard webviews in my applications. It works perfect on my android(a little slow though). But on ios it does not show at all. Is this an ios issue?

This is the device I am testing on: iPad Air 2 running iOS 11.2.6

Or might it be a iPad issue? Anyone know if I should use the webview different for ios?

var webView0: StageWebView = new StageWebView();

viewer[0] = webView0;

viewer[id].stage = this.stage;

viewer[id].viewPort = new Rectangle(0, hstr + ypkt, stage.stageWidth, stage.stageHeight - hstr);

viewer[id].loadURL(sider[id]);

So this code is from several places.

TOPICS
Development

Views

150

Translate

Translate

Report

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