Ionic2 White screen error on deploy Android 4.2.2: Use of const in strict mode

前端 未结 1 1091
长情又很酷
长情又很酷 2020-12-21 15:11

i can deploy to a real device and to a emulator using Android 4.1.1, 4.2.2, 4.4.2.

But it always show

相关标签:
1条回答
  • 2020-12-21 16:05

    Could make that work!! =)

    For those who get here:

    • ionic platform add browser
    • ionic build browser
    • ionic plugin add cordova-plugin-crosswalk-webview
    • Remove the old app from the device
    • ionic build
    • ionic run android

    As we are talking about old mobiles, dont forget you have that in your config.xml

    <preference name="loadUrlTimeoutValue" value="60000" />

    0 讨论(0)
提交回复
热议问题