Search found 294 matches

Go to advanced search

by Egor Kotov6832188
Thu Apr 02, 2015 7:54 am
Forum: Issues
Topic: Navbar UI issue and button press latency on Android
Replies: 4
Views: 857
 
Jump to post

Navbar UI issue and button press latency on Android

Cody, No we haven't tested it yet, could you please give us some steps. I'm not sure if the bug will be created how soon it will be fixed, cause it's cosmetic, but I could try to find a workaround. Simplest solution, is to copy styles which are then will be overridden and set them to navbar item eac...
by Egor Kotov6832188
Thu Apr 02, 2015 6:52 am
Forum: Issues
Topic: Html element is always null
Replies: 6
Views: 943
 
Jump to post

Html element is always null

Adam, Sorry, without code tag all html was removed code ; var insertHTML = '<div class="card"><div class="card-image"><h2>'+data&#46;Name+'</h2><p>' + data&#46;Description + </p><><>'; /code now you can use insertHTML: el.innerHTML +=insertHTML
by Egor Kotov6832188
Thu Apr 02, 2015 6:49 am
Forum: Issues
Topic: window.open _system not working
Replies: 5
Views: 735
 
Jump to post

window.open _system not working

Hello,

Could you tell us what device and iOS version you are testing on ?

by Egor Kotov6832188
Thu Apr 02, 2015 6:31 am
Forum: Issues
Topic: Styling customization questions
Replies: 23
Views: 3093
 
Jump to post

Styling customization questions

Ellen, obviously I'm doing it wrong by just having (mobilelabel_595===true) Yes, you are trying to use undefined variable mobilelabel_595 and compare it value to Boolean value true, cause such mobilelabel_595 variable doesn't exist, you will always have false as result of next expression (mobilelabe...
by Egor Kotov6832188
Thu Apr 02, 2015 6:29 am
Forum: Issues
Topic: How do I remove map markers?
Replies: 56
Views: 6405
 
Jump to post

How do I remove map markers?

Hello Joe, 1) Next code doesn't reset the map, it simply removes link from html structure of map and logic. Apperyio("google_mapN").gmap = undefined ; 2) To remove markers you need for each of your marker call set function with parameter null. https://developers.google.com/maps/do...
by Egor Kotov6832188
Thu Apr 02, 2015 6:26 am
Forum: Issues
Topic: rounded photo of list
Replies: 17
Views: 2183
 
Jump to post

rounded photo of list

Hello Spark,

Unfortunately, debugging custom CSS, JS and plugins are outside of support's scope.

by Egor Kotov6832188
Thu Apr 02, 2015 6:24 am
Forum: Issues
Topic: API
Replies: 5
Views: 960
 
Jump to post

API

Johnny,

Unfortunately, debugging anc writing custom js code are outside of support's scope.

by Egor Kotov6832188
Thu Apr 02, 2015 6:23 am
Forum: Issues
Topic: Error in Application
Replies: 5
Views: 786
 
Jump to post

Error in Application

Hello Leonardo,

1) can you open console and check if there are errors/exceptions and send us screenshots ?

2) you can click on error near test button in the header of the page, in drop down check Public property, now you can copy link to your app and anyone with the link can test it.

by Egor Kotov6832188
Thu Apr 02, 2015 6:20 am
Forum: Issues
Topic: Open URL in the default device browser and not pop up window
Replies: 3
Views: 610
 
Jump to post

Open URL in the default device browser and not pop up window

Hello Hawk,

Unfortunately, window.open() function doesn't have such parameters,which allows to open in already opened browser, as a separate tab.

by Egor Kotov6832188
Thu Apr 02, 2015 6:18 am
Forum: Issues
Topic: Loading Pdf onto a page in the App
Replies: 1
Views: 415
 
Jump to post

Loading Pdf onto a page in the App

Hello Leonardo,

Unfortunately, InAppBrowser, browser which Appery.io apps based on, has no pdf viewer, so the only solution is to find phonegap plugin, or jquery plugin(easiest way) to view pdf.

Go to advanced search