I am trying to build messaging app on app smith but list I am getting in pagination mode how can I get that in vertical scrolling mode ?
Related
On phones, my "Section Menu" closes by itself after the user opens and starts scrolling. I'm using a Zurb Foundation Accordion for the menu. Does anyone know why this is happening on mobile?
UPDATE: I'm also trying a simple Zurb Foundation Toggler. I'm toggling the ".hide" class. The menus still vanish when the user tries to scroll.
My site:
https://deq.utah.gov/communication/public-notices
picture of the menu
I was using the following script to listen for widow size changes. This helped me show/hide my menu when troubleshooting on a desktop browser. For some reason, mobile was reporting a screen width change on scroll. When I removed this script, my accordion stopped closing by itself.
$(window).width() not the same as media query
I'm currently developing a ionic 2 application,using a list with an ion-avatar. The thing is I created this in my home.html page but I want to make the list items clickable, so that when I click on any item, it will redirect to the details page and display the details of that item in the list.
My code is shown below:
I tried to use the onclick event with a function but I can't figure out how to get the functionality working
I am displaying data on annotated timeline google chart. It displays the data fine but if I scroll down my browser page and then scroll back up, it cuts off the top part of the chart and won't display it until I hover my mouse over it. Here are the pictures of what it looks like before and after
Before
After
How can I fix this issue? (Seriously google chart API sucks)
I am integrating facebook login functionality in my iphone application. When I click on "Login with Facebook" button then facebook window opens which is shown below
As you see , "Facebook" is partially visible. Also I can not see any "Cancel" button on the screen. I can not figure out what is wrong with this. By the way I am using official facebook ios sdk from GitHub. My ios sdk is 4.3 & xcode 4. I want "Cancel" buuton on this scrren so that user can navigate back to application & also facebook Title on the view should be displayed correctly. Please guide me. Thanks.
Titanium SDK version: 1.7.0.RC1
iPhone SDK version: 4.2
I am developing a very simple iOS app in Appcelerator that fetches tweets from Twitter and displays them in a table. Each row/tweet got a button that, if clicked, will add the selected tweet to the database. I also want the user to be able to click the tweet itself too.
What is wrong with this code? It is not responding to clicks on the button. I also need the row to disappear when the button is clicked.
http://pastie.org/2038105
I got this problem solved using the solution found here.
http://developer.appcelerator.com/question/120723/button-on-row-is-not-registered-in-event-listener#209636