Bert Kooij

Results 12 comments of Bert Kooij

Just like @mrleblanc101 I am wondering whether a single portal to multiple portal-tagets is possible. Currently everything seems to be working fine, but the warning is still being thrown. In...

Since iPadOS 13 the 'request desktop version' is on by default. The User Agent cannot be used for determining the difference between an iPad and MacOS anymore: https://developer.apple.com/documentation/safari_release_notes/safari_13_release_notes > Added...

I like the idea of helping the users even more by saving there data. But it's an bad idea to store user information directly in cookies. Cookies are vulnerable, I...

I've got the same issue with using `IconToolbarItem` for Android: ```` 09-20 11:07:21.110 I/MonoDroid(22425): UNHANDLED EXCEPTION: 09-20 11:07:21.153 I/MonoDroid(22425): System.InvalidCastException: Unable to convert instance of type 'Android.Support.V7.View.Menu.ActionMenuItemView' to type 'Android.Support.V7.Widget.Toolbar'....

I have a solution for my issue, the issue was that I did not initialize the specific Android implementation with the right Resources. NuGet installed (In PCL, Android and iOS):...

It seems that the missing icons are both added in FontAwesome 4.7. Which should be included in e89000ee79d39b0a4fee25b1c600ccd07d7b2b48. What version are you using? (The latest stable is released before the...

That would be `-Version 1.0.10`. That would explain why the icons of FontAwesome 4.7 are not showing. Since version 2.0 is not yet released in the stable form you can...

I guess that it will simply update the existing installation. But it could never hurt to manually uninstall the current version and installing the `2.0.0.29-beta` version. Please refer to this...

Seems to be related to #37, could you please check if `Xam.FormsPlugin.Iconize (1.5.0.13-beta)` is installed? I'm using this setup: NuGet installed (In PCL, Android and iOS): Xam.Plugin.Iconize (2.0.0.29-beta) Xam.Plugin.Iconize.FontAwesome Please...