wilsonvargas / ButtonCirclePlugin

Circle Buttons with icon for your Xamarin.Forms Applications
MIT License
96 stars 18 forks source link

Some problems on real devices. #3

Closed idogga closed 6 years ago

idogga commented 7 years ago

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?

idogga commented 7 years ago

But if i enable off button, that work.

bezzangi commented 7 years ago

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

wilsonvargas commented 7 years ago

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>
worawutt commented 7 years ago

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

circle_button_issue

wilsonvargas commented 6 years ago

Pls check new version