You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added this much code to integrate it. I am checking in iOS 12.4 The issue I am facing is when I call this, it always open it in the full screen. I have seen the default is fullScreen = false, Still, I have added fullScreen: false to specify not open in full screen still it opens in full screen.
I checked the code and I see for Android, it starts an Activity
I'm not that familiar with calling native code in Flutter yet, but to be able to use it as a widget, it should at least use PlatformView. So I don't think this package will support this atm
It just opens a native activity (or whatever it is called on iOS ;) )
I have added this much code to integrate it. I am checking in iOS 12.4 The issue I am facing is when I call this, it always open it in the full screen. I have seen the default is fullScreen = false, Still, I have added
fullScreen: false
to specify not open in full screen still it opens in full screen.Does anyone have a solution for this?
The text was updated successfully, but these errors were encountered: