Search found 170 matches

Go to advanced search

by Bernie
Fri Mar 06, 2020 8:22 pm
Forum: Issues
Topic: Textinput only as a line instead a box
Replies: 3
Views: 1729
 
Jump to post

Textinput only as a line instead a box

Hi Serhii, Thank you. This is what I ended up using: Created a new CSS: div.ui-input-text{ border: none; box-shadow: none; border-top-style: hidden; border-right-style: hidden; border-left-style: hidden; border-bottom-style: groove; background-color: transparent; } Works for all the textinputs in th...
by Bernie
Fri Mar 06, 2020 4:05 pm
Forum: Issues
Topic: Textinput only as a line instead a box
Replies: 3
Views: 1729
 
Jump to post

Textinput only as a line instead a box

I am trying to apply the following CSS classes to a mobiletextinput with the goal of just getting a line instead a box for it. .myinput { border-top-style: hidden; border-right-style: hidden; border-left-style: hidden; border-bottom-style: groove; background-color: #ffffff; } .no-outline { outline: ...
by Bernie
Sun Oct 13, 2019 11:02 pm
Forum: Issues
Topic: Exeeded the quota
Replies: 1
Views: 992
 
Jump to post

Exeeded the quota

I am getting the following error: Failed to execute 'setItem' on 'Storage': Setting the value of 'mylocalStorageVariable' exceeded the quota. I know there are limits to the total size of localStorage, that's why I use localStorage.clear() before I assign my data to any localStorage variables. Howeve...
by Bernie
Fri May 10, 2019 7:18 pm
Forum: Issues
Topic: Missing green "Import Cordova plugin" button
Replies: 2
Views: 820
 
Jump to post

Missing green "Import Cordova plugin" button

Thanks, that's too easy ;-)

by Bernie
Fri May 10, 2019 2:48 pm
Forum: Issues
Topic: Missing green "Import Cordova plugin" button
Replies: 2
Views: 820
 
Jump to post

Missing green "Import Cordova plugin" button

I would like to add a custom Cordova plugin and found theis in the help manual:

https://docs.appery.io/docs/cordova-c...

Somehow I can not find the green "Import Cordova plugin" button.

Where is it?

by Bernie
Fri Mar 29, 2019 1:24 pm
Forum: Issues
Topic: Apperyio Limits
Replies: 2
Views: 714
 
Jump to post

Apperyio Limits

Excellent. Thank you.
I'm trying to stay under the 50 pages for better performance.

by Bernie
Thu Mar 28, 2019 10:39 pm
Forum: Issues
Topic: Apperyio Limits
Replies: 2
Views: 714
 
Jump to post

Apperyio Limits

Hi, I am working on a very large project right now.

Are there any limits on the number of pages, number of services that I can use?
I believe there is a max number of 50 for the pages. How about the services?

Any other limits that need to be considered?

by Bernie
Mon Mar 11, 2019 12:47 pm
Forum: Issues
Topic: PWA with GPS and Camera (JQuery)
Replies: 1
Views: 537
 
Jump to post

PWA with GPS and Camera (JQuery)

Hi,
does the new enabling PWA feature support GPS and Camera?
If so, ist there anything in particular that has to be considered when aiming for a PWA deployment of a JQuery mobile app with Appery.io?

by Bernie
Wed Mar 06, 2019 8:28 pm
Forum: Issues
Topic: Can I build a PWA with Appery.io?
Replies: 7
Views: 1652
 
Jump to post

Can I build a PWA with Appery.io?

Gotcha, Thanks

by Bernie
Fri Mar 01, 2019 2:26 pm
Forum: Issues
Topic: Can I build a PWA with Appery.io?
Replies: 7
Views: 1652
 
Jump to post

Can I build a PWA with Appery.io?

Can I build a PWA with jquery mobile App builder version as well?

Go to advanced search