Closed idogga closed 6 years ago
But if i enable off button, that work.
in Android, No problem.
in iOS, I can't call ButtonCircleRenderer.Init(); Unknown Identifier.
If I don't call it. Rendering is no good.
Old version works. 1.0.36
Try call: ButtonCircle.FormsPlugin.iOS.ButtonCircleRenderer.Init(); Or Have you tried to add a key to your Info.plist file? If you have not done that add this key to the file like this:
<key>UIAppFonts</key>
<array>
<string>MaterialIcons-Regular.ttf</string>
</array>
Run from your sample project iOS Simulator iPhone 8 v11.1 : Not show image Android hardware LG G2 (API 21): Show both rectangle image and circle
Pls check new version
Hello, I' ve trying to use Your solution, but it doesn't work on some real device : phone Honor (Android 6.0) and tablet Dexp (Android 5). On other devices it works fine. It's normal?