Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

IMG from initialData not loading on Android #306

Closed
DevonJerothe opened this issue Mar 17, 2020 · 2 comments
Closed

IMG from initialData not loading on Android #306

DevonJerothe opened this issue Mar 17, 2020 · 2 comments
Labels

Comments

@DevonJerothe
Copy link

Environment

Flutter version: beta - 1.14.6
Plugin version: 2.1.0+1
Android version: 10
iOS version: 13.3
Device information: Google Pixel

Description

Expected behavior:
View of passed HTML page.

Current behavior:
HTML loads but IMGs fail. IOS loads fine seems only Android fails to load.

Images

Screenshot_1584462456

Stacktrace/Logcat

Code Example

Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('Marketing Preview')),
      body: SafeArea(
        child: Container(
          child: Builder(builder: (_) {
            if (widget.type == "Email") {
              return InAppWebView(
                initialOptions: InAppWebViewWidgetOptions(
                    inAppWebViewOptions: InAppWebViewOptions()),
                initialData: InAppWebViewInitialData(
                  data: widget.htmlData,
                ),
              );
            } else {
              return Image.network(widget.img);
            }
          }),
        ),
      ),
    );
  }
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 18 (18) 0 0
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 0 (0) 1 2
E/eglCodecCommon( 6769): glUtilsParamSize: unknow param 0x000088ef
I/chatty  ( 6769): uid=10135(com.crossmediallc.myunifycrm) Chrome_InProcGp identical 2 lines
E/eglCodecCommon( 6769): glUtilsParamSize: unknow param 0x000088ef
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 17 (17) 0 0
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 9 (9) 1 63
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 9 (9) 1 61
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 9 (9) 1 61
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 9 (9) 1 61
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 9 (9) 1 61
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 0 (0) 1 2
D/eglCodecCommon( 6769): setVertexArrayObject: set vao to 9 (9) 1 61```
This was referenced Jul 6, 2020
Copy link

github-actions bot commented Oct 7, 2024

This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it.

@github-actions github-actions bot added the stale label Oct 7, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant