marekhalmo

Results 53 comments of marekhalmo

Hello Ladyada It's a long time since is entered this issue. If i remember correctly your are not able to set the frequency in the code and that was the...

Application i start it with is always chrome - address bar

New information It seems like where it goes OK, it comes from ReceiveSharingIntent.getTextStream() listener - when the app was already opened before, or ReceiveSharingIntent.getTextStream() if it was not opened If...

Looks like the problem is that when it works -> the intent is started with "startActivity" vs if it does not it is launched with "startActivityWithResult"

Might be linked to https://github.com/tneotia/html-editor-enhanced/issues/272

I think that the Toolbar should be encapsuled in ExcludeFocus node. That is not a flutter bug. I see no reason why it should be possible to tab to the...

Wrapping did not help the toolbar in ExcludeFocus did help partially but the focus still jumps out of the text edit so arrow naviagion jumps to random buttons in UI....

Can anyone help? I'm not able to build my local branch and run the example so it is very difficult to fix this..

I'm still trying to find a fix on this. I have successfully build the example from this library but I'm struggling with the solution. I have tested it on Android...

Hello, I found a partial solution for now. Based on this flutter issue: https://github.com/flutter/flutter/issues/147844 and this proposed solution: https://github.com/flutter/flutter/issues/102505#issuecomment-1722924327 it is possible to wrap the widget in ``` List arrows...