gorgil

Results 2 issues of gorgil

Instead of the notification icon, the launcher icon appears on a semi-transparent white background. Tested with the sample app. This doesn't have any effect: PushNotificationManager.IconResource = Resource.Drawable.android; Android 11. ![notifiaction](https://user-images.githubusercontent.com/12517987/154490157-459c8aad-ed2c-4be6-afcd-14869ace6256.png)

These methods seem to be missing from MouseEvent class: ``` public function preventDefault():Void; public function remove():Void; public function stopImmediatePropagation():Void; public function stopPropagation():Void; ```