Vitaliy Zhukovskiy
Vitaliy Zhukovskiy
Hi, **minfrin** Did you integrate this reader through **CryptoTokenKit** on **iOS**? I'm trying to do the same thing with this reader connected to my iOS device using standard Lightning to...
> @boby1975 Can you please help me with this part? Use richEditor.setHtml(htmlString)
Try this richEditor.setInputEnabled(true)
> @boby1975 I have used the following methods to enable the Editor View after loading the data. > mEditor.setHtml(Globals.getInstance().currentClub.getDescription()); > mEditor.setInputEnabled(true); > mEditor.setClickable(true); > mEditor.setFocusable(true); > mEditor.setFocusableInTouchMode(true); > mEditor.setSaveEnabled(true); may...
> @boby1975 I need one more help from you... > How can we send an image with bitmap or Base64? > Right now Editor only accepts Url in String. You...
Yes. See my working example above
Now it works. Thank you very much. I'm not so strong in JS, so you saved me a lot of time.