Coder Social home page Coder Social logo

Comments (12)

janpio avatar janpio commented on May 22, 2024

What platform?
What version of the plugin and Cordova CLI and Cordova platform are you using?
What is the code to reproduce this?

from cordova-plugin-wkwebview-engine.

vishal-iosdeveloper avatar vishal-iosdeveloper commented on May 22, 2024

Platform : iOS

Here is a version detail :
<plugin name="cordova-plugin-wkwebview-engine" spec="^1.1.4" />

Cordova CLI version :
8.0.0

regarding reproduce :
There isn't any code for it. I just installed plugin in my project. If i tap on bottom Input type, Content size is appropriately increased but my page isn't scrolled up properly. My input is still under keyboard.

from cordova-plugin-wkwebview-engine.

janpio avatar janpio commented on May 22, 2024

Cordova CLI version : 8.0.0

You are missing the version of cordova-ios and the plugin.

There isn't any code for it.

Well, there has to be a way to create a super simple index.html one can throw into a new Cordova project to reproduce your project, right? If not, it's a problem with your project and not the plugin ;)

from cordova-plugin-wkwebview-engine.

vishal-iosdeveloper avatar vishal-iosdeveloper commented on May 22, 2024

Okay.
As you asked about code for reproduce it,
So, I updated about it.
Will try this plugin with fresh new project & update you.
Thanks !

from cordova-plugin-wkwebview-engine.

janpio avatar janpio commented on May 22, 2024

(I added ` around the code in your previous comment so the XML is actually visible)

from cordova-plugin-wkwebview-engine.

WuglyakBolgoink avatar WuglyakBolgoink commented on May 22, 2024

@Vishaliphone is it work correct without plugin?

from cordova-plugin-wkwebview-engine.

vishal-iosdeveloper avatar vishal-iosdeveloper commented on May 22, 2024

Without plugin,
Input fields are going on top properly,
But my fixed headers are scrolling throughout.
So I moved here.

from cordova-plugin-wkwebview-engine.

sadikyalcin avatar sadikyalcin commented on May 22, 2024

I just replicated this too. The view does not auto scroll to the focused element. I had come across similar behaviour on android which will demonstrate what we mean. Sorry but I do not have the time to create you a test project.

https://stackoverflow.com/questions/52718697/android-keyboard-covering-and-moving-input-elements-off-screen

<html lang="en">
<head>
<style>
  html,
  body {
    height: 100%;
    position: relative;
  }

  input {
    position: absolute;
    bottom: 50px;
  }
</style>
</head>
<body>
  <div>
    <input type="text" placeholder="Test"></input>
  </div>
</body>
</html>

from cordova-plugin-wkwebview-engine.

Yuripetusko avatar Yuripetusko commented on May 22, 2024

same problem here, and it looks like it is only happening if building project with latest xcode, as previous builds with exactly same plugins and cordova and cordova-ios versions are fine

from cordova-plugin-wkwebview-engine.

burtontanner avatar burtontanner commented on May 22, 2024

Same here in 2020.

from cordova-plugin-wkwebview-engine.

burtontanner avatar burtontanner commented on May 22, 2024

removing cordova-plugin-keyboard solved my issue.

from cordova-plugin-wkwebview-engine.

jcesarmobile avatar jcesarmobile commented on May 22, 2024

We are archiving this repository following Apache Cordova's Deprecation Policy. We will not continue to work on this repository. Therefore all issues and pull requests are being closed. Thanks for your contribution.

from cordova-plugin-wkwebview-engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.