Masahiko Sakakibara
Masahiko Sakakibara
> @rdlabo I'm running into the same issue, setting up certificates didn't help. No, this is same issue. `Error [tauri_cli_node] Arch specified by Xcode was invalid. isn't a known arch`...
@rafales This is my success code cli generated: `tauri ios xcode-script -v --platform iOS Simulator --sdk-root /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk --framework-search-paths /Users/sakakibara/Library/Developer/Xcode/DerivedData/tauri-app-egcczscuegfsacgyuwfiwymzxmdu/Build/Products/debug-iphonesimulator "." --header-search-paths /Users/sakakibara/Library/Developer/Xcode/DerivedData/tauri-app-egcczscuegfsacgyuwfiwymzxmdu/Build/Products/debug-iphonesimulator/include --gcc-preprocessor-definitions DEBUG=1 --configuration debug arm64-sim` in Apple M2...
I've tried @jacob-noble 's this solution and it works fine. Either with fixed-size-virtual-scroll or with my own dynamic-size-virtual-scroll (@rdlabo/ngx-cdk-scroll-strategies ) also. Maybe the https://github.com/angular/components/commit/32d2683c86a4f5f0e4c388925bb3c0733ef1c554 breakage is version-dependent. I have it...
@atscott I'm curious about that too. I tested this across four different apps but couldn’t reproduce any scrolling interruptions. Could it be a browser issue? Or maybe something related to...
@atscott Thanks for the detailed explanation! Thanks to you, I was able to hold off on the official release. I'm looking forward to seeing the pull request at https://github.com/angular/components/pull/31240 get...
Thanks pull request. This pull request has that `ApplePayEvents.DidCreatePaymentMethod.rawValue` has breaking changes. and will not match `requiredShippingContactFields`. Being an array is not reasonable, but it makes implementation easier, so I...
I checked and it seems to be working fine in the demo. I think the problem may be elsewhere. The API for the demo is as follows https://github.com/capacitor-community/stripe/blob/main/demo/server/src/app.controller.ts#L76-L92 Please ask...
This Issue is closed due to a long period of inactivity. If you still have issues, please open a new Issue. Best regards.
Unfortunately, it is not possible to dynamically set up Google Pay on WevView because it is initialized earlier than WebView. I have looked and could not find a mechanism for...