Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Androidデバッガーでは、エラーとなります。



  • iOSでは正常に動きますが、Androidデバッガー(6.2)で次のエラーが出て動きません。
    プロジェクトは、3.5となっています。
    なお、Android OSのバージョンは、4.4.2です。

    最初に下部にに次のエラーが現れます。
    デバッガーに含まれていないプラグインがあります。
      org.apache.cordova.splashscreen
      org.apache.cordova.statusbar

    <ons-button>ボタンでJavascriptを実行すると、
      Onsen UI require jqLite. Load jQuery after loading AngularJS
      to fix this error. jQuery may break Onsen UI behabior.
             www/components/loader.js 37387
      
    index.htmlの<head>の部分は次のようになっています。
    <meta charset=“utf-8”>
    <meta name=“viewport” content=“width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no”>
    <script src=“components/loader.js”></script>
    <script src=“components/monaca-jquery/jquery.js”></script>
    <script src=“js/BID.js”></script>
    <link rel=“stylesheet” href=“components/loader.css”>
    <link rel=“stylesheet” href=“css/onsenui.css”>
    <link rel=“stylesheet” href=“css/onsen-css-components.min.css”>
    <link rel=“stylesheet” href=“css/style.css”>
    <link rel=“stylesheet” href=“css/form_table.css”>

    「JS/CSSコンポーネントの追加と削除」で自分なりに更新してみましたが変化がありませんでした。
    どのように対処したらよいでしょうか?