I had to play with various combinations of the js versions. Ultimately, I used jquery UI v1.10.4 and touch punch 0.2.2. I believe it was the version of jquery UI that prevented the mobile app from working.
I had to play with various combinations of the js versions. Ultimately, I used jquery UI v1.10.4 and touch punch 0.2.2. I believe it was the version of jquery UI that prevented the mobile app from working.
Can you share the modification I would need to make to the source code to include the bars icon? I reviewed the flat-ui and ios7 .css files and could not find a difference for the bars icon code.
This seems to work okay with the flat-ui theme. However, it does not work with ios7 theme. The space for the icon is there, but you can't see the bars.
How does one default the input box (with datetime-local format) to the current date and time?
Once the input box is updated by the user, how is the date parsed from the value? How is the time parsed (in local time zone)?
I'm interested in removing the Appery spinner and using the JQM version. Is there an easy way to disable the Appery spinner? Right now, both are showing resulting in a clumsy user experience.
I have an application that uses jsPDF to create a file. I'd like to take that PDF file and store it in the customer's server (in a given directory), not in the appery back end. Is this possible?