-
Notifications
You must be signed in to change notification settings - Fork 149
Conversation
cd37bd2
to
d58e7b1
Compare
0f44bed
to
9280224
Compare
Hi, I pushed some small updates to the PR for code style and to try and enable code signing for the Tizen WebView DLL. Unfortunately I can't run the Tizen emulator right now because I can't install Intel HAXM on this machine, but I will try to do it on another machine to test it out. In the meantime... 감사합니다. 혹시 서울 에 만날가여요. |
OK, this looks like it builds on CI now! Some other stuff to do:
|
I got the Tizen emulator running on my 3rd laptop 😄 And Mobile Blazor Bindings is working great! Now I will look at the other items I mentioned. |
You are right. Currently, unlike to other platforms, tizen samples copied static assets manually. To resolve this issue we will be discussing with the tizen sdk team.
Yes, this is currently required due to the limitations of current Xamarin.Forms Tizen backend implementation. Unfortunately, in this case, the assembly that provides the
Awesome! It's perfect Korean. Have you ever visit Korea before? and have any plan to visit Korea? |
@rookiejava thank you for the info! I think the code is almost ready to merge, I'll just take another look to be sure. I'll write up some docs on Tizen for the MBB docs for these special cases and tag you for review in case you want to check it out.
아내는 한국 사람 이에요. 그래서 나는 한국에 와서요. My Korean is not too great but I try to practice it! 😂 |
I logged two issues to track Tizen work:
|
Initial docs are here: MicrosoftDocs/mobile-blazor-bindings@f343d9d#diff-77a5ba71c21cbcf5bdbf37c4d8d493e38c56332157920ebbafaf9458606d34f0 They will be live on the docs site when Preview 6 ships to the public. |
A huge huge thank you to @rookiejava and @myroot for this great work! The build has completed and there are now NuGet packages on the public nightly feed: https://docs.microsoft.com/mobile-blazor-bindings/contribute/nightly-builds |
감사합니다! ❤️ |
This PR adds the Tizen implementation of mobile blazor binding.
(thanks @myroot ❤️ for debugging and testing together.)
Fixes #306