Monaca にてCordovaアプリを開発しています。
UIWebViewからWKWebViewに移行をしているのですが
以下のようにng-repeat内でローカルの画像を表示したいのですが表示されません。
var items = [{"img":"1","icon":"http://sss.sss.ss/aaaa.png"}];
html
1<ion-list id="itemlist"> 2 <ion-item ng-repeat="item in items"> 3 <!--ダメ--> 4 <img ng-src="./img/img-{{item.img}}.png" style="border-radius:0px;"/> 5 <!--WEB上の画像はOK--> 6 <img ng-src="{{item.icon}}" style="border-radius:0px;"/> 7 </ion-item> 8</ion-list>
関係ありそうなところのプラグインは
WKWebView
Custom Scheme
が入っています。
なぜだかわかる方ご教授ください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。