Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

loadFile doesn't accept Query Parameters with URL #1029

Open
pratik-7span opened this issue Nov 10, 2021 · 7 comments
Open

loadFile doesn't accept Query Parameters with URL #1029

pratik-7span opened this issue Nov 10, 2021 · 7 comments
Labels
bug Something isn't working

Comments

@pratik-7span
Copy link

Environment

Technology Version
Flutter version 2.5.2
Plugin version 5.3.2
Android version not using
iOS version 15.0
Xcode version 13

Device information: iPad mini 6th gen

Description

Expected behavior: I want to pass query parameters with local file path. For example, assets/board/index.html?letter=5&mode=1

Current behavior: Like, currently I am passing assets/board/index.html and Its loading file successfully. but Its not working If I pass as above path (assets/board/index.html?letter=5&mode=1).

P.S. It is working for same URL if I host somewhere and use initialUrlRequest.

Do let me know if any other information you need. Kindly help.

@pratik-7span pratik-7span added the bug Something isn't working label Nov 10, 2021
@github-actions
Copy link

👋 @pratik7span

NOTE: This comment is auto-generated.

Are you sure you have already searched for the same problem?

Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem!

If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue.

In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding android WebView [MY ERROR HERE] or ios WKWebView [MY ERROR HERE] keywords.

Following these steps can save you, me, and other people a lot of time, thanks!

@pratik-7span
Copy link
Author

pratik-7span commented Nov 10, 2021

👋 @pratik7span

NOTE: This comment is auto-generated.

Are you sure you have already searched for the same problem?

Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem!

If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue.

In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding android WebView [MY ERROR HERE] or ios WKWebView [MY ERROR HERE] keywords.

Following these steps can save you, me, and other people a lot of time, thanks!

Thank you for instant auto-generated message. I tried everything everywhere on google. I found some solutions but that was different than what I want. I need it only when I load file from assets with query parameters.

@codercq
Copy link

codercq commented Jan 6, 2022

I have the same problem, how can I solve it? @pichillilorenzo

@SaikiranReddy412
Copy link

Yes, I also have same problem loading files from Internal storage

@Jarvan1997
Copy link

Maybe you can use In-App Localhost Server.

Like this:

InAppWebView( initialUrlRequest: URLRequest( url: Uri.parse("http://localhost:8080/assets/index.html?letter=5&mode=1") ), onWebViewCreated: (controller) {}, onLoadStart: (controller, url) {}, onLoadStop: (controller, url) {}, ),

@HadesPTIT
Copy link

I have the same problem, how can I solve it?

@ivkumar
Copy link

ivkumar commented Dec 16, 2024

did anyone got solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants