Skip to content

Commit ccb42b8

Browse files
rquartararoMrSltun
authored andcommitted
feat: enable applepay on webview
1 parent 92390bd commit ccb42b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/Components/ArtsyWebView.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ export const ArtsyWebView = forwardRef<
283283
return (
284284
<Flex flex={1}>
285285
<WebView
286+
enableApplePay={true}
286287
ref={innerRef}
287288
// sharedCookiesEnabled is required on iOS for the user to be implicitly logged into force/prediction
288289
// on android it works without it

0 commit comments

Comments
 (0)