Szürti Szilárd Dávid

Results 6 comments of Szürti Szilárd Dávid

In the same situation (remote iframes) input focus and unfocus events do not work either.

@ujas-m-simformsolutions I needed `clipRRect` to be able to have border radius on wave style lines.

I am using restorablePush which can be in connection with this, like this: ```navigator.restorablePush(ConversationPage.routeBuilder, arguments: {'match': match.toJSON()});``` I am also using `navigator.popUntil` which caused a similar issue mentioned in issue...

I already had `@pragma('vm:entry-point')` added for most routes, except for one (`LoadingPage.route()`) which is the `onGenerateRoute: (_) => LoadingPage.route()` of MaterialApp. I added it now and will check whether this...

One of our internal testers experienced this issue, and that's what we know: When he opened the app (iOS), the crash mentioned in this issue occurred (while seeing the `onGenerateRoute:...