You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using the latest version of the App Wrapper? yes
Describe the bug:
We are using flutter_inappwebview library. What we've seen here is that before wrapping, in debug and release, function values usually return a non-null value, which works fine. However, after wrapping it returns Null, which doesn't work properly.
To Reproduce
Steps to reproduce the behavior:
Call the function
Return value Null
Expected behavior:
The function must return a non-Null value.
I added an library link, but the issue is not a library issue.
After creating a new Android project and writing only the code above, the return value is equally incorrect when wrapping.
Questions to Ask Before Submission
Describe the bug:
We are using
flutter_inappwebview
library. What we've seen here is that before wrapping, in debug and release, function values usually return a non-null value, which works fine. However, after wrapping it returns Null, which doesn't work properly.To Reproduce
Steps to reproduce the behavior:
Expected behavior:
The function must return a non-Null value.
Screenshots and logs:
https://github.com/pichillilorenzo/flutter_inappwebview/blob/4c58653113573558ea5be880aca931e85b23da7e/flutter_inappwebview_android/android/src/main/java/com/pichillilorenzo/flutter_inappwebview_android/chrome_custom_tabs/CustomTabsHelper.java#L50
Smartphone (please complete the following information):
Intune app wrapping tool (please complete the following information):
Additional context:
No
The text was updated successfully, but these errors were encountered: