-
Notifications
You must be signed in to change notification settings - Fork 22
web-photo-filter tag is not rendering on iOS 15 device Ionic 6 #31
Comments
Hi, thanks for the issue. I don't spend much time on this library anymore nor do I have the time for. Therefore cannot help sorry. I fear you will not get much support but for sure the issue can remain open. |
The problem is this
Angular.json is not producing this file on compilation. |
Hi @aliexalter |
Yes by using Instagram css filters. I use css filters to only display filtered image. Once user finalise the filter using javascript I apply the filter again to base64 original image. |
Thank you! I'm going to try that out |
Platform iOS
Ionic 6 Capacitor Angular 11
After running ionic cap sync. When app is run on Xcode > Device it does not show web-photo-filter tag. Only show img tag.
photoToFilter.thumbnail is base64 image stored in local storage.
PROBLEM:
E/Capacitor: Unable to open asset URL: http://localhost/webphotofilter.js
app/index.html
<script async src="webphotofilter.js"></script>
angular.json
app/main.ts
imagefiltering.module.ts
imagefiltering.page.ts
imagefiltering.page.html
The text was updated successfully, but these errors were encountered: