Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

We have a Profile Page edition containing ten fields with a fixed header and a scroll on the bottom. On Android, we have not encountered any problem. For iPhone, it is not possible to scroll if you "swipe" with your finger on an input. We found a workaro

$
0
0

@Aflaton wrote:

    <ion-header-bar align-title="center" style = "background-color:transparent !important;background-image: none;border-bottom: none;border: 0px !important; top:2%;">

        <div ng-click="previousButton()" class = "backButtonImg"><img src="img/02_Authentification_Connexion_fleche.png" class="burger_icon"><i class = "backTitle">Retour</i></div>

        <buttons class = "logoHome">
          <a ng-click = "logoClick()" class="button button-clear" style="position: absolute;top: 0;right: 0;left: 0;margin: 0 50px;min-width: 30px;height: 43px;">
            <img src="img/Picto_KFC_.svg" width="73" height="18" style = "margin-top: 15px;">
          </a>
        </buttons>
     </ion-header-bar>

<div class = "registerHeader" >
        <div class="inside">
            <div class="title">
               <h2>{{'CREEZ_VOTRE_COMPTE' | translate}}</h2>
                <p class="subtitle"><i style = "color : #c1002b">*</i>Champs obligatoires</p>
            </div>
    </div>
</div>
<ion-content id = "registerScrollT" class="register" has-header="false" scroll="true" style = "overflow: scroll !important; height:{{registerHeight}};">




    <div class = "registerButton">

      <button ng-click = "register()" class = "valider">valider</button>
        <p class = "UseFacebook">Ou utilisez votre compte Facebook <br> pour vous inscrire</p>
      <button ng-click="facebookLogin()" class = "facebookButton"><img src="img/facebook.png" style = "vertical-align: middle;" height="25px"/>&nbsp;&nbsp;&nbsp;Facebook</button>
    </div>


$ionicPlatform.ready(function() {
if(window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);

        window.cordova.plugins.Keyboard.disableScroll(true);
        cordova.plugins.Keyboard.disableScroll(true);
        cordova.plugins.Keyboard.close();
        cordova.plugins.Keyboard.show();
    }
    if(window.StatusBar) {
        // org.apache.cordova.statusbar required
        StatusBar.styleDefault();
        //cordova.plugins.Keyboard.close();
    }
});

now just i developing a simple web site note a an app mobile so i can use cordova plugiin,
any solution for this problem?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>