0
votes

I realize a mobile application with xpages.I am having a problem with the date time picker that appears not perfectly on mobile device. I tried to incorporate uidatepicker of jquery, but again I encounter a problem in binding data with the forms (value="#{document1.Date}" does not seem to be working). Is there another way to have a date time picker functional for xpages mobile application?

1

1 Answers

0
votes

Mobile browsers do HTML5. So set the application property to HTML5 and use the date attribute of HTML5. Then you get the native picket of the respective platform.