Search Type: Posts; User: Jversloot
Search: Search took 0.02 seconds.
-
14 May 2012 5:55 AM
Jump to post Thread: Scrolling renders slow by Jversloot
- Replies
- 10
- Views
- 1,419
I removed the webkit shadows and the background image and the scrolling improved enormous!
-
27 Apr 2012 12:48 AM
Jump to post Thread: Scrolling renders slow by Jversloot
- Replies
- 10
- Views
- 1,419
It's a huge problem on the ipad to! I think I have found a part of the problem, using webkit-box-shadow kills the scrolling. Any surgestions?
-
19 Apr 2012 4:55 AM
Jump to post Thread: Scrolling renders slow by Jversloot
- Replies
- 10
- Views
- 1,419
I know, I removed it a few hours ago and builded a new app. No difference :(
Just for the size of the app I just made it a jpg but the scrolling is still horrible.
Any other surgestions? -
19 Apr 2012 4:40 AM
Jump to post Thread: Scrolling renders slow by Jversloot
- Replies
- 10
- Views
- 1,419
The activate function does almost nothing. It simpy changes the title of the topbar.
function activate(){
ChangeTitleBar(this);
}
One of the pages only contains one image and the... -
19 Apr 2012 2:07 AM
Jump to post Thread: Scrolling renders slow by Jversloot
- Replies
- 10
- Views
- 1,419
Dear,
Finaly my app is almost finished! But there is one more huge problem to solve. The scrolling of my lists is dramaticly slow on android devices. On iOS devices it's ok but it looks like it... -
18 Apr 2012 11:06 PM
- Replies
- 30
- Views
- 3,299
PhoneGap just updated to 1.6.1. Any ETA on the new Sencha touch supporting the cordova versions of phonegap? Thanx!
-
12 Apr 2012 8:50 PM
- Replies
- 30
- Views
- 3,299
I hope so! It would be of great help if it did and we can all benefit from the bug fixes in Cordova 1.5&1.6
-
12 Apr 2012 6:45 AM
- Replies
- 2
- Views
- 492
OMG that works! Thanx!
-
12 Apr 2012 1:46 AM
- Replies
- 2
- Views
- 492
Dear,
For some reasone I can't make a element added directly to the body clickable.
var form = document.body; var elContainer = document.getElementById('surprise-banner-container');
... -
10 Apr 2012 4:05 AM
- Replies
- 30
- Views
- 3,299
When will that next release be?
-
2 Apr 2012 3:27 AM
Jump to post Thread: bug in list scroll listener? by Jversloot
- Replies
- 4
- Views
- 1,166
Solved this yet?
-
28 Mar 2012 10:31 AM
Jump to post Thread: Items above list by Jversloot
- Replies
- 2
- Views
- 401
if I just put the var list in the tabpanel it works fine.. Also the other 2 items (coverflow and header) just work...
Any ideas? -
28 Mar 2012 6:22 AM
Jump to post Thread: Items above list by Jversloot
- Replies
- 2
- Views
- 401
Dear,
I'm trying to get a list and another item in a tabpanel item.
However if I add the list item it just does not shows.. Can anybody help me?
This is a short version of the code:
var... -
21 Mar 2012 4:17 AM
Jump to post Thread: Google maps android by Jversloot
- Replies
- 5
- Views
- 1,469
Hi all,
My problem is still existing. However I managed to run the app on the android device now with a different approach. Previously the entire menu was loaded at once, this includes the map... -
20 Mar 2012 6:31 AM
Jump to post Thread: Google maps android by Jversloot
- Replies
- 5
- Views
- 1,469
That's only in the emulator. The device is responding ALL OK. But when I add the line:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
the... -
20 Mar 2012 6:06 AM
Jump to post Thread: Google maps android by Jversloot
- Replies
- 5
- Views
- 1,469
I just used:
geo = new Ext.util.GeoLocation({accuracy: 1,
autoUpdate: true,
listeners: {
locationupdate: function (geo) {
alert("ALL OK");
currentLat = geo.latitude;
currentLng =... -
20 Mar 2012 1:06 AM
Jump to post Thread: Google maps android by Jversloot
- Replies
- 5
- Views
- 1,469
Dear,
I'm struggling with the google maps part of sencha. I managed to get it fully functional on iOS and safari but on Android maps just won't load. I was wondering if someone can help me with...
Results 1 to 17 of 17
