Problems with calendar on Smartphone

Asked

Viewed 55 times

0

I’m having trouble viewing the calendar when I’m running my application by IntelXDK the calendar view is made this way.

Modelo de exibição quando estou no IntelXDK

Already when I installed the application in the cell, had the following display.

Modelo de exibição quando estou no mobile

I tried everything but still do not know how to do, I tried to use a library CalendarJS but it didn’t even open in mobile.

My files on Imports are

<link rel="stylesheet" href="css/app.css">
    <link rel="stylesheet" href="css/geral.css">
    <link rel="stylesheet" type="text/css" href="css/index_main.less.css" class="main-less">
    <script src="cordova.js" id="xdkJScordova_"></script>
    <script src="js/fastclick.js"></script>

    <script type="application/javascript" src="js/index.js"></script>
    <script src="js/indexeddbshim.min.js"></script>
    <script src="js/app.js"></script>
    <script src="js/init-app.js"></script>
    <script src="xdk/init-dev.js"></script>
    <script src="js/moment.js"></script>
    <script src="js/moment-with-locales.js"></script>
    <script type="application/javascript" src="lib/jquery.min.js"></script>
    <script type="application/javascript" src="marginal/marginal-position.js"></script>
    <script type="application/javascript" src="ionic/js/ionic.bundle.js"></script>
    <script type="application/javascript" src="js/index_init_services.js"></script>
    <script type="application/javascript" src="js/index_user_scripts.js"></script>
    <script type="application/javascript" src="xdk/ad/ionic_subpage.js"></script>
    <script type="application/javascript" src="js/main.js"></script>
    <script type="application/javascript" src="js/functionAngular.js"></script>
    <script type="application/javascript" src="sidebar/js/hammer.js"></script>
    <script type="application/javascript" src="sidebar/js/jquery.hammer.js"></script>
    <script type="application/javascript" src="sidebar/js/swipe-hammer.js"></script>
    <script type="application/javascript" src="sidebar/js/sidebar.js"></script>
    <script type="application/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true"></script>
    <script type="application/javascript" src="js/mapa.js"></script>
    <link rel="stylesheet" href="css/jquery-ui.css">
    <script src="js/jquery.js"></script>
    <script src="js/jquery-ui.js"></script>

How should I proceed if the answer is somewhat incomplete ask me to update.

  • This is the default android calendar, if open the same app on iphone will see the default calendar of it, happened the same thing with me, but not found bad no, user can still choose the date in the same way.

  • @My problem that I need the User to know the day of the week, mon, terc, qua, qui ... You know how to block this ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.