richirisu

Results 9 issues of richirisu

**Description of Change** As mentioned in https://github.com/mono/SkiaSharp/pull/1191#issuecomment-608457631, add device type support for pen touch events on iOS. Android and UWP are already implemented appropriately. **Bugs Fixed** - Related to issue...

os/macOS
os/iOS
area/SkiaSharp.Views.Maui

Vietnamese uses an extended Latin script with special diacritics as tonal marks. - horn - hook above - dot below ![vietnamese](https://user-images.githubusercontent.com/48387725/120349808-629de800-c339-11eb-8aae-ed8686473dd9.png) Also added the Vietnamese Dong (currency). ![vietnamese-dong](https://user-images.githubusercontent.com/48387725/120349818-63cf1500-c339-11eb-9179-bcc54e68475a.png)

![cedilla](https://user-images.githubusercontent.com/48387725/120335914-d685c380-c32c-11eb-8938-3ed70b2a04bc.png) Removed the tiny panhandle.

![capital-eszett](https://user-images.githubusercontent.com/48387725/120334429-94a84d80-c32b-11eb-9fb7-77a377acda76.png)

![iogonek-dot-size](https://user-images.githubusercontent.com/48387725/120334227-6fb3da80-c32b-11eb-921c-554d619f5ed0.png) It has the slightly smaller size of the 'dot accent above' (124), but it should actually have the full size of the i dot (180).

![bitcoin-position](https://user-images.githubusercontent.com/48387725/120333714-f0260b80-c32a-11eb-96eb-95b68b8fc5f2.png) Similar relation between S towards $ and between B towards ₿.

I would like to suggest an alternative way of importing the badges package while avoiding a conflict with the newly added Flutter badge widget. The idea is to simply hide...

enhancement

Method registerWifiNetworkDeprecated is not working on Android 10, and instead an exception is raised. The reason is that WifiManager.addNetwork has been deprecated and will always return -1 on Android 10....

Release version 3.0.0 Android and iOS ### Current Behavior The newly added `errorBuilder` callback of the MobileScanner reports `MobileScannerErrorCode.permissionDenied` only once. When closing the page (that had the MobileScanner) and...

permissions