You can add it as sample.It will help me to easy to find it later too. :-)
You can add it as sample.It will help me to easy to find it later too. :-)
After investigate to find.I found one that work smoothly with Appbuilder.And very easy to use
https://github.com/balintsoos/material-ripple
So,I decide to create sample how to use it and share
Sometime in app, IOS detect number is a telephone number. But it just a number, not a telephone number. We can disable it by insert header in Project setting => html tab => custom metadata copy this
Edit. Cannot post a code tag.
I cannot find Switch Statement in AB. (Select case..)
https://www.w3schools.com/js/js_switch.asp
Do I miss something?
Thanks,David.I think swipe in report not use right now. If in use we need to add transition effect after swipe too.
So,About stick header. Is it can be set? Or use some css?I'm glad to here that you understand me.It occur in mobile.I investigating too.Keyword : bootstrap fix header table
https://stackoverflow.com/questions/21168521/scrollable-table-with-fixed-header-in-bootstrap
https://codepen.io/bobmarksie/pen/VadxoK
Maybe some css trick..
But fix header was just a solution to solve,real problem still occur on row data that cannot scroll to left.
I remake your report10 sample.Please compile and run on android device.
And try to scroll to left on data row to see other column.It not functional.
but on header.I can scroll to left.But when scroll down header gone.
Hi,David.
I can scroll left by set report overflow to auto.
But I cannot scroll left when I scroll from row that have data on row.(look like it trick as swipe left event.)
And I always can scroll to left on header report perfectly.But header was hidden from report view when I scroll down if I have a lot of row data.(That why I ask how to stick it.)
Yes,I think that why they cannot slide to left side to see other column.Because it trick to row swipe event.When they slide to left on data row it not go scroll to other column.
So,another solution.Can we set swipe left or right on row not to happen?
Can we set header to sticky when user scroll data up down?I have a problem,because my data have 8 columns.User need to slide left right to see data.They cannot slide on row.They can slide on header or on no data row.
Just to share how to fix it in Appbuilder. If you use old camera plugin in cordova. (in Appbuilder too.) After IOS 10 have been change rules.You need to set description when App request permission. How to fix in AppbuilderOpen App option => Cordova tab => Configuration in cordova tab => Extra XML in Configuration and paste below.
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge"> <string>need camera access to take pictures</string> </edit-config>
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge"> <string>need photo library access to get pictures from there</string> </edit-config>
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge"> <string>need location access to find things nearby</string> </edit-config>
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge"> <string>need photo library access to save pictures there</string> </edit-config>
Another solution is use other plugin that update like media-capture(Old camera plugin did not update for 2 years.)
Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.
This website uses some useful cookies to store your preferences.