Daniel Gah
Daniel Gah
Hey @pichillilorenzo thanks for your reply! I will check the HTML attribute you mentioned. Meanwhile here is my code for reproduction: ``` import 'package:app_tracking_transparency/app_tracking_transparency.dart'; import 'package:flutter/material.dart'; import 'package:flutter_inappwebview/flutter_inappwebview.dart'; import 'package:permission_handler/permission_handler.dart';...
@pichillilorenzo Updating that we are using the mentioned attribute: ``
Thank you both @pichillilorenzo @programming6131, This part was missing from my code. ``` ios: IOSInAppWebViewOptions( allowsInlineMediaPlayback: true, ) ``` I will check it tomorrow with a physical IOS device to...
> Basically if you follow the documentation on setting up InAppWebView in iOS and add these options it works fine > > InAppWebViewController? webViewController; InAppWebViewGroupOptions options = InAppWebViewGroupOptions( crossPlatform: InAppWebViewOptions(...
Adding some useful information from [Apple documentation](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration/1614793-allowsinlinemediaplayback?language=objc): ### allowsInlineMediaPlayback > A Boolean value that indicates whether HTML5 videos play inline or use the native full-screen controller. > > Set this...
Is this package deprecated? Can anyone help here please?