Shinya Kumagai
Shinya Kumagai
@daniellampl Please consider `url_lancher` to open a deep link URL, as I can not provide a good solution from this plugin for now. I understand that `flutter_custom_tabs` and deep links...
Thank you for pull request. I will check it after fixing some issues.
Thank you for the PR! I apologize for not replying for a long time. This plugin has not been maintained for a long time so don't worry about the error...
The latest v1.11.0 with this PR has just been published on pub.dev! - https://pub.dev/packages/flutter_custom_tabs/versions/1.1.0 Thank you for your patience.
Hi, Thank you for your comments and insights. As you mentioned, `flutter_custom_tabs` currently offers the closeCustomTabs function to manually close Custom Tabs. I'm glad to hear that this function may...
@jakubkrolewski Do you mean that you want to run the check processing before activity launch? For example, the following code. ``` java launcher.from({ // start activity }) .startBefore({ // e.g....
Thank you for reporting this issue. It appears that the problem has been resolved in recent updates. I'm closing this issue now, but please feel free to reopen it or...
Unfortunately, this issue cannot be resolved by the plugin at this time. > 1. Is there a workaround or alternate method to ensure the minimized tab can be closed? Due...
Unfortunately, `flutter_custom_tabs` doesn't currently provide a built-in mechanism for listening to URL changes within the Custom Tab. To understand your specific use case, could you please elaborate on why you...
This is the intended behavior - `launchUrl` waits until the Custom Tab is launched but doesn't wait for it to close. While I could implement a "wait until closed" feature...