Abedalkareem Omreyh

Results 19 comments of Abedalkareem Omreyh

I'm trying to think of a solution, but until I find a solution, you can handle that in your ```BaseTextField``` by doing something like this: ```swift func updateTextAligment() { if(isRightToLeft)...

Hi, These things are out of the app kind of thing, it's following the system configurations. I think you can maybe localize them using method swizzling. but I'm not sure.

The creator of this library should support RTL languages. I don't think there is anything to do.

Sorry for the late reply. Most probably the issue is with how the project is configured, can you read the read me file and make sure to do the same...

This will happen if this line called twice ``` result.success(it) ``` This line in the plugin so there is nothing to do from your side. Are you logging in before...

I tried to reproduce this issue multiple times with no luck, please if anyone can add steps to reproduce that will help a lot.

Thanks for the suggestion! I created an issue for that here https://github.com/Abedalkareem/games_services/issues/77

Hi! Can you provide logs? most probably user is not logged in. Make sure to call sign-in before trying to show the leaderboard.

I tried myself and I didn't find the issue, however, I'll try with android 12 and see. Please if you find anything or if you have any input comment back...

Hi! You should listen for `action` and `dismissed`, action will be called when the button pressed and dismissed when any other place clicked.