-
Notifications
You must be signed in to change notification settings - Fork 59
How to open one more webview? #62
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
Comments
Currently this plugin is not support multi tab. |
I too want to achieve the same thing. If that and keyboard support is implemented, it would be wonderful. Is there any work which we as independent Devs can do to enable multitab support on the plugin @hlwhl ? |
#40 Maybe try to read code by @Doflatango , in this PR, he's trying implement multi instance support that related to multi tab feature. |
Hi, every one. I've merged multi instance and multi window support branch to main. There is a lot of problems might have been resloved. Could you guys help us to verify what we did success and what new problem brought in? @MobileD3v3l |
No response or no more support for this library? |
@scalveerne Sorry, I have been unable to continue supporting this project recently due to family, work, and other reasons. However, multiple instances should be running smoothly, and there is corresponding code in the example. I have also seen your comments under other issues. If you are unable to run the example properly, I suggest you follow the instructions on readme to check the path again. There have been many examples in the past where path issues have prevented Flutter from running properly. This is because Flutter is not very compatible with multiple systems and can only adapt to Flutter temporarily. |
Hey, thanks a lot for replying, the truth is that after testing all the WebViews for flutter available your library shows to be VERY useful for real integration (in flutter_inappwebview the tocuhpad is not working, along with a lot of other issues like that). I think I can try to fix some things and suggest at some point a PR since I really need this, sorry for abusing your trust but, could you give me some recommendations with this bug: #178 I have tried EVERYTHING and I can't get it to work (curiously in the example everything works normally and I know I have everything well organized at file level), with just a hint for me it would be extremely useful and would give an air to the problem. |
I tried to add two tabs, but they shared one webview instance, couldn't load two different urls at separately.
The text was updated successfully, but these errors were encountered: