Replies: 1 comment 4 replies
-
Try this: import 'dart:io' as io;
// ...
await $.native.tap(
Selector(text: 'Allow full access'),
appId: io.Platform.isIOS ? 'com.apple.mobileslideshow' : null,
); IDs of apps installed on iOS simulator can be obtained with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I'd need help with a native permission dialog. How to tap on "Allow full access"?
Further question would be then, how to select an image? 😄
(iOS 17.0 simulator)
Beta Was this translation helpful? Give feedback.
All reactions