Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Member Avatar for Nomorewine

Hello everyone. Please help me. Select box <select> is not working in phonegap app only on gingerbread. It works on iOS and Adroid ice cream sandwich + jelly bean. I use jquery 1.9.1 and iscroll 4.2.5 and phonegap 2.3.0. Does anyone has any idea why would it work in ics …

Member Avatar for diafol
0
2K
Member Avatar for Nomorewine

Hello. Please help with fragments in android. I have Activity which extends FragmentActivity to where I'm adding/replacing fragments dynamically. activity.xml and fragment.xml are the xml files. MyFragment class extends Fragment public class MyFragment extends Fragment { TextView t; View view; public static Fragment newInstance(){ MyFragment myFrag = new MyFragment(); return …

Member Avatar for Nomorewine
0
5K
Member Avatar for Nomorewine

Hello guys. I have yet another problem. I have a simple app that has "endless" scroll(simple example would be 9gag, except 9gag is a web page), the point is when user scrolls to bottom new items/articles are loaded. I have managed to do the endless scrolling, the problem is when …

0
144
Member Avatar for Nomorewine

Hello everyone. I'm trying to do simple app that has a listview, listview is populated with info from json file. 20 items downloaded at a time. And when user is scrolling to the bottom next 20 items are loaded. Problem is when my app loads next 20 items the scrollbar …

Member Avatar for Nomorewine
0
137
Member Avatar for Ritesh_4

Hello, I need some ideas on the best ways to add the texts and arrows (see attachment) above the tabs, which are sub menus to the main menus shown in the blackish strip, given there are other identical sub menus, with different texts pointing to them in other psd templates, …

Member Avatar for <M/>
0
130
Member Avatar for Nomorewine

Hello. Here is the problem: JS $(".spinBox").css("display","block"); //.... $(".spinBox").css("display","none"); CSS: .spinBox {display:none; z-index:6; position:absolute; top:-45px; left:0; bottom:0; right:0; background:rgba(0,0,0,0.5); } .spinBox img {position:absolute; display:block; width:50px; height:50px; margin:auto; top:0; left:0; bottom:0; right:0;} HTML: <div class="spinBox"> <img id="spinImg" src="images/bg/spinner.png" alt="spinner" /> </div> All that works fine in webview in Gingerbread and Jelly …

Member Avatar for Nomorewine
0
197
Member Avatar for nstrazimiri

hi everyone. i have a data.json file where i have stored many fields. i want to display only 10 of them in a div with id news.this loop shows all of them. any help how can i realize it ? $(function() { $.getJSON('data.json', function(data) { $.each(data, function(i, f) { var …

Member Avatar for Nomorewine
0
95
Member Avatar for techyworld

Hi i want to generate a grid of random numbers and operators both vertical and horizontal using 2D array in javascript. how can i do it?

Member Avatar for DavidB
0
144