why my app webview open torn web site error? | API Development…

why my app webview open torn web site error?

    • TheABC [3118191]
    • Role: Civilian
    • Level: 28
    • Posts: 2
    • Karma: 0
    • Last Action: 21 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Thread created on 03:10:07 - 11/09/24 (3 months ago)
    |
    Last replied 05:19:19 - 11/09/24 (3 months ago)

    I try to study and develop an new PDA QQ20240911-093826.4jo209b8lt.webp

     

    • TheABC [3118191]
    • Role: Civilian
    • Level: 28
    • Posts: 2
    • Karma: 0
    • Last Action: 21 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 03:38:49 - 11/09/24 (3 months ago)
    Post link copied to clipboard Copy post link
    webview settings. 

     

    InAppWebViewSettings settings = InAppWebViewSettings(
    transparentBackground: true,
    useOnLoadResource: true,
    useShouldOverrideUrlLoading: true,
    javaScriptCanOpenWindowsAutomatically: true,
    safeBrowsingEnabled: false,
    //useHybridComposition: true,
    supportMultipleWindows: true,
    useWideViewPort: false,
    allowsLinkPreview: false,
    disableLongPressContextMenuOnLinks: true,
    ignoresViewportScaleLimits: false,
    disallowOverScroll: true,
    overScrollMode: OverScrollMode.NEVER,
    mediaPlaybackRequiresUserGesture: false,
    allowsInlineMediaPlayback: true,
    userAgent: AppConfig.userAgent);

     

    • Kwack [2190604]
    • Role: Civilian
    • Level: 15
    • Posts: 2,137
    • Karma: 3,448
    • Last Action: 4 hours
      • 0
    • Reason:
      Are you sure you want to report this post to staff?
      Cancel
    Posted on 05:19:19 - 11/09/24 (3 months ago)
    Post link copied to clipboard Copy post link

    You're missing the css for the site. Also definitely the wrong subforum for this, try the tools & userscripts section next time

Reply
Thread Title: