Skip to content

[BUG] it's not working web in iOS 15. #1401

Closed
@LucyJeong

Description

@LucyJeong

flutter version
Screenshot 2023-12-28 at 8 33 44 AM

Describe the bug:
html is not working in iOS15, only web. app is working. When I access web in mobile, it look like gray.
it's working on iOS 17 (web/app).

package version

  flutter_html: ^3.0.0-beta.2
  flutter_html_table: ^3.0.0-beta.2

HTML to reproduce the issue:
<p>ㅋㅋ<br></p>

Html widget configuration:

Html(
                style: pStyle,
                data: widget.program.detailText,
                extensions: [
                  OnImageTapExtension(
                    onImageTap: (url, attributes, element) {
                      if (url == null) return;
                      Navigator.of(context).push(MaterialPageRoute(
                        builder: (context) => ProgramSinglePhotoScreen(
                          currentIndex: 0,
                          sortedImageURLs: [url],
                          imageDescriptions: const [""],
                        ),
                      ));
                    },
                  )
                ],
                onLinkTap: (url, attributes, element) {
                  if (url == null) return;
                  Navigator.push(
                      context,
                      UnanimatedPageRoute(
                        builder: (p0) => WebViewScreen(url: url, naviTitle: ''),
                      ));
                },
              ),

Expected behavior:

Screenshots:
Screenshot 2023-12-28 at 8 39 49 AM
web

Device details and Flutter/Dart/flutter_html versions:
flutter_html: ^3.0.0-beta.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy