我已经在Ionic 3中创建了应用程序。除了在输入一些数据后单击侧面文本框后应用程序被冻结,我的应用程序运行正常。以下是html页面的代码。
<label for="txtphoneInfo">Available Phone # <img alt="Required" src="../../assets/imgs/sp.gif" class="redBox" longdesc="Required" /></label>
<div class="textBoxValidate">
<input type="tel" name="txtphoneInfo" value="" id="txtphoneInfo" pattern="\d*" maxlength="10" style="text-transform: uppercase;" data-warn_id="warntxtphone" (keypress)="isNumberKey($event)" />
<span id="warntxtphone" class="requiredFld">Required</span>
</div>
</div>
答案 0 :(得分:0)
如果可能的话,我建议您使用<p><%= @story.author_with_title_and_year %> <%= link_to source, source_link %></p>
命令运行您的应用程序,然后在浏览器中查看它。
然后,在浏览器中,循环访问您收到的控制台消息。这应该/可以为您指明正确的方向。
您的代码还在等待其他东西吗?我看到它被标记为ionic serve
。某些JS无法正确触发吗?