Search Type: Posts; User: gubarez
Search: Search took 0.02 seconds.
-
2 Nov 2012 1:40 AM
- Replies
- 25
- Views
- 3,161
you should fix your CSS too
-
22 Oct 2012 12:06 PM
- Replies
- 25
- Views
- 3,161
Workaround - use dataview instead... You only loose the pull-refresh and load-more plugins...
-
8 Oct 2012 10:18 AM
- Replies
- 3
- Views
- 304
The thing is that list items are not re-used, but rather new ones are created.... I think this is not a good practice, since we waste CPU power on creating and destroying components, instead of...
-
8 Oct 2012 6:03 AM
- Replies
- 3
- Views
- 304
REQUIRED INFORMATION
Ext version tested:
Sencha Touch 2.1.0 rev RC1
Browser versions tested against:
Native Android JB
Chrome 22
Description: -
5 Oct 2012 7:11 AM
Jump to post Thread: Lists are always scrollable by gubarez
- Replies
- 16
- Views
- 2,799
I did some more research here...
Nut sure, but the problem probably occurs, since only fit layout is allowed for list components.
I believe, if the scroller is set to false, the layout should be... -
5 Oct 2012 5:50 AM
Jump to post Thread: Lists are always scrollable by gubarez
- Replies
- 16
- Views
- 2,799
A work-around:
0. disable the scroller (on load)
1. set the data
2. get the number of items
3. calculate the height (if possible)
4. set the height -
14 Sep 2012 9:46 AM
Jump to post Thread: Phonegap vs Sencha Cmd by gubarez
- Replies
- 7
- Views
- 3,008
As far as I know, Sencha Touch 2 uses Phonegap for its native packaging... Sencha Touch 2 has implemented an interface layer to server some native functionalities to comply with their MVC structure...
-
11 Sep 2012 6:29 AM
Jump to post Thread: Sencha Touch 2 - how mature? by gubarez
- Replies
- 35
- Views
- 5,958
I only argued, that it is good and easy enough to start learning on the go.
-
10 Sep 2012 3:30 AM
- Replies
- 13
- Views
- 2,052
It is better to keep the object created, but to free the DOM from it, so it is not rendered anymore. In this way you'll save cpu time of creating again some object.
I believe .destroy(element,... -
7 Sep 2012 6:04 AM
Jump to post Thread: Sencha Touch 2 - how mature? by gubarez
- Replies
- 35
- Views
- 5,958
For sure, ST 2 has a steeper learning curve, compared to jQuery Mobile, but in essence we are comparing oranges with apples. ST has completely different approach on how things should be done,...
-
3 Sep 2012 7:08 AM
- Replies
- 4
- Views
- 932
I guess G+ uses a webview... So the only known way (and easy to use) to test into a webview is phonegap.
-
31 Aug 2012 12:46 PM
Jump to post Thread: window.onerror in Cordova ? by gubarez
- Replies
- 1
- Views
- 585
It works... but the information given is not relevant. You should generate own conditions, to infer if a particular error has been occurred. In addition, some of them are not fired, especially when...
-
30 Aug 2012 10:24 PM
- Replies
- 4
- Views
- 932
use phonegap and weinre
-
20 Aug 2012 9:52 AM
- Replies
- 2
- Views
- 322
I tested it again, and now - no bug at all... Really strange - yesterday, the behavior was as explained... Probably after restart, things seem to be just fine.
-
19 Aug 2012 11:33 AM
- Replies
- 2
- Views
- 461
On Ext.Component, the element might be null. Here is the fix.
Ext.Component.updateZIndex = function(zIndex) {
var element = this.element,
dom = element?element.dom:null,
domStyle;
... -
19 Aug 2012 6:49 AM
- Replies
- 2
- Views
- 322
Hi there,
There is a container, whose items are changed... The container is sized properly when an item is set with bigger height, however when this item is removed, and a smaller is added, the... -
18 Aug 2012 12:55 PM
- Replies
- 6
- Views
- 1,543
How about the Ripple extension for Chrome?
-
12 Jul 2012 1:04 PM
- Replies
- 132
- Views
- 18,151
Actually, UIWebView is performing better than native browser on JB... or at least it looks so ;). And thanks God, it is much much better than ICS... even, over Gingerbread, JB rocks.
After having... -
12 Jul 2012 5:58 AM
- Replies
- 132
- Views
- 18,151
Good news, guys! I can confirm Google have done their job quite well! Performance on Nexus S with Jelly Bean custom rom from source is now comparable to iOS devices. However, scroller need to be...
-
28 Jun 2012 1:17 PM
- Replies
- 6
- Views
- 695
You can freely add these listeners in your sencha app.... These are only listeners and the document.addEventListener method is a "native JavaScript one"... Just the strings are "custom", but this is...
-
27 Jun 2012 2:53 PM
- Replies
- 132
- Views
- 18,151
Good news from Google, guys!
Here is part of the changes in Jelly Bean! (read full at http://developer.android.com/about/versions/jelly-bean.html)
Android Browser and WebView
In Android 4.1,... -
27 Jun 2012 2:23 PM
- Replies
- 6
- Views
- 695
just use these listeners:
document.addEventListener("pause", yourCallbackFunction,false);
document.addEventListener("resume", yourCallbackFunction, false); -
21 Jun 2012 2:54 AM
- Replies
- 4
- Views
- 701
SammyLi, this bug occurs (randomly) when not setting identifier: uuid of your model:
Ext.define('TestModel',
{
extend : 'Ext.data.Model',
config : {
... -
21 Jun 2012 2:30 AM
- Replies
- 2
- Views
- 879
Hi there,
This is not exactly a bug... but I believe it is significant to be considered to for patching.
When having private browsing in iOS, Safari has window.localStorage variable existing,... -
21 Jun 2012 2:16 AM
- Replies
- 5
- Views
- 1,046
You can also use localstorage... However, be aware, that if an iOS device has turned the private browsing on, you will be very likely to get lots of errors, and of course sencha to fail to load.
Results 1 to 25 of 46
