Closed kanewanggit closed 5 years ago
I try here (Android only) is working. What is use for class datapage
?
To be clear, it happens on IOS 10.2, I did not test on Android. I have tried to change .content { -webkit-overflow-scrolling: touch; } to -webkit-overflow-scrolling: auto, but it did not work, could anyone offer any help? Actually it happens to any long form not only when using Page Navigation feature in Phonon.
Can you try replace all HTML of this screen where error happening with other HTML (from screen working)? This will be a simple test, maybe problem is in HTML...
Hi @kanewanggit,
Why are you using .input-wrapper
class in the following line?
<div class="input-wrapper text-center">
I think that it can fix your bug.
.input-wrapper
is used for floating actions like the following code:
<div class="input-wrapper">
<input class="with-label" type="email" id="input-1">
<label class="floating-label" for="input-1">First Name</label>
</div>
The issue is not active and the usage of iOS < 11.x is below 4%. Hence I'm closing this issue.
We created a cordova app using Phonon framework, we used Page navigator Phonon provided to make the registration steps, everything works as expected except one biggest problem which is the long form, when we navigate to the section, the scroll does not work smoothly upon touch and drag, no difference by using double finger. We are using the latest Phonon and Cordova 6.1.1, anyone could help? Much appreciated. Code snippet as the following:
`