Ali Shehab

Results 5 comments of Ali Shehab

Hi folks, Actually, I spent about 2 weeks trying on this issue, I wasted a lot of my time trying to figure out a solution. Today I find out that...

Yes I tried the phone call interruption, I didn’t try other interruptions since I don't need others right now.

I don't think it is a normal behavior of ios since it is working with other apps. I may create a new branch from your package and debug this scenario...

Hello dear, Actually I didn’t test it yet, and I don’t think so it os solved. Are you facing the same issue as mine? On Tue, 26 Jul 2022 at...

Actually I tried using this widget @override Widget build(BuildContext context) { return UnityWebWidget( url: 'http://localhost:${Uri.base.port}/UnityLibrary/index.html', listenMessageFromUnity: _listenMessageFromUnity, onUnityLoaded: _onUnityLoaded, ); } from the flutter_unity_widget_web package here it is working, but...