-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: no icon visible at all (assets seems to be missing?) #359
Comments
It seems to be a bug in Sdk Extra. novotnyllc/MSBuildSdkExtras#170 |
Also, xf_clear is not available on iOS. There is only an Android resource. So that explains why the clear button won't appear on iOS. |
You can solve this problem by manually adding images files in your project. I tried to solve the problem many times, checked everything, project is correct, may be there are problem in dashes in file names. However manually adding all images to your IOS project solves problem. i also compared the library with others existing, where embeded images display correct, didn't noticed any difference |
I've PR to add the missing "xf_clear". |
dup of #327 |
🐛 Bug Report
On iOS, material fields don't display any asset. Especially the "delete content" icon on material entries is not displayed. But it is general: there is no icon at all displayed by the library.
The same code does work fine on Android, and all icons are displayed correctly.
Expected behavior
On iOS, MaterialTextField should display the "cross" icon to delete its content
Reproduction steps
Run the existing sample project on an iPhone 6 iOS 12.4 simulator.
Open the text fields test page.
Configuration
Version: 1.6.6 and also locally built version 1.6.7-pre2 from my own clone of this repo
Platform:
The text was updated successfully, but these errors were encountered: