-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for adding UWP support #58
Comments
@louischan-oursky I'm getting invalid device info error after authentication. Seems server is validating device info :( Should I put a dummy android device info for now? I reckon you guys wouldn't have time to update server to add a |
You can use dummy values during development. It would be great if you can help implementing device info for Windows devices :) |
I'd love to but I think I don't have time to setup server development environment 😅 I will setup dummy value for now. |
UWP Still working on Uno WASM support and it requires major code structure change as there is no specific WASM TFM. To reference Uno's polyfill of Windows API, a special project Uno also provides Xamarin WASM support (experimental). I have created a test project but apparently cross-runtime library only works in nuget. Referencing the project doesn't work (no WASM output), and referencing the wasm project directly produces type conflict (duplicate definition). Will proceed to create local nuget to test. |
The local nuget can be created as expected, but the WASM specific content isn't picked up. Manually moved the nupkg to another project for consumption and again WASM specific content (e.g. Asked in discord for troubleshooting tips. |
Pending reply. |
|
They replied. Basically, due to WASM not being a specific TFM, there is no way to pick up WASM specific method. The solution I will employ is to create a "general" method in |
FormX is experimenting with WinUI/Uno and needs to use authgear with UWP.
.uwp.cs
to all files which have.android/ios.cs
file extensionsThe text was updated successfully, but these errors were encountered: