Deepak Thomas
Deepak Thomas
> Those. Do you want to programmatically insert arbitrary text into the position of the cursor? Yes. How can I do that?
@kolkov I will tell what I ran into: We wanted to insert variables like %firstname%, %account% etc into wherever the cursor was at in the text editor.
Did you try https://github.com/kolkov/angular-editor/issues/132
I have embedded fonts "src: url(data:font/woff;charset=utf-8;base64,......)" and that is worse. I have done the same thing Crecket has done (made a separate fonts.css) How can I disable the CSS parser...
Okay, modified https://github.com/meenie/munee/blob/e6896ab7067b920821e310cf637caea5a6e09af9/src/Munee/Asset/Type/Css.php#L224 to exclude "data:font" too. Thanks for the pointer @meenie
Use the latest version and it will be gone. I had the same problem and spent time figuring out what I did wrong. Thanks, @chris-eaton for the direction.
Please work on this issue on priority. Many are facing this issue and will start creating workarounds and/or assume ngOnInit will be loaded once and write some logic. When this...
@Tauqeer1 This has been fixed in the newer versions of Ionic.
> It's not fixed, still facing this issue @Papabeer04 Which version ? Fresh install or an upgrade using package.json ?