You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a settingsview page,
visible on screen I have 4-5 sections with viewcell inside, and at the bottom of the page (not visible) I have 4 entrycell in one section
When I enter the text on the first entrycell the page scrolls in the correct way and I can see keyboard and entryCell..
My problem is that when I have to go to the second entryCell, I cant scroll the page..
The only thing I can do is: tap 'enter keyboard' or 'back button' to close the keyboard, then I can see and tap nel second EntryCell (and so on for the entrycell 3 and 4)
There is a way to enable scroll of the section or use the 'Enter keyboard' to go to the next entrycell?
Update:
I think there is a bug.
If I scroll down at the bottom of my page and hit the first entrycell,
then the keyboard hide the others entrypages, but unfortunately I cant scroll the page. I can only close the keyboard and tap the next entrycell.
If I dont scoll till the botton of the page, then when I tap the first entrycell, then the keyboard hide the others entrypages, and I am still able to scroll the page and see the entrypage 2,3,4.
Hope it help to spot the bug!
Thanks!
The text was updated successfully, but these errors were encountered:
For Android, just add two lines of code to your App.xaml file, achieve what you want.
For iOS, you need to implement custom renderer.(I've never tried this, because I don't have iOS device.😢)
Hello,
my problem is on Android.
I have a settingsview page,
visible on screen I have 4-5 sections with viewcell inside, and at the bottom of the page (not visible) I have 4 entrycell in one section
When I enter the text on the first entrycell the page scrolls in the correct way and I can see keyboard and entryCell..
My problem is that when I have to go to the second entryCell, I cant scroll the page..
The only thing I can do is: tap 'enter keyboard' or 'back button' to close the keyboard, then I can see and tap nel second EntryCell (and so on for the entrycell 3 and 4)
There is a way to enable scroll of the section or use the 'Enter keyboard' to go to the next entrycell?
Update:
I think there is a bug.
If I scroll down at the bottom of my page and hit the first entrycell,
then the keyboard hide the others entrypages, but unfortunately I cant scroll the page. I can only close the keyboard and tap the next entrycell.
If I dont scoll till the botton of the page, then when I tap the first entrycell, then the keyboard hide the others entrypages, and I am still able to scroll the page and see the entrypage 2,3,4.
Hope it help to spot the bug!
Thanks!
The text was updated successfully, but these errors were encountered: