Further debugging, testing and understanding ST docs, I realiced ST rely on phonegap for geolocation. In other words, if ST detects phonegap, it tries to use phonegap's geolocation.
My problem was...
Type: Posts; User: Corcho
Further debugging, testing and understanding ST docs, I realiced ST rely on phonegap for geolocation. In other words, if ST detects phonegap, it tries to use phonegap's geolocation.
My problem was...
Similar problem here. I'm using ST 2.3.1, android 4.3 in Galaxy S3.
I'm trying to do a mapComp.getGeo().updateLocation() and in browser works fine but when I build and test it on my device, the...
I'll try to make a reproduceable code ASAP.
Thanks!
Also in Chrome v37.0.2062.120 m
DUP (Touch 1.x):
[FIXED-522] toggle.setValue() doesn't properly update UI slider
Sencha Touch version tested:
v2.3.1
CSS: ext-all.css
Same here at Sencha Touch 2.3.1 and Android 4.3.
Has anyone found a workaround?
Had the same issue. On dev mode works ok, but when I do "sencha app build native" those custom properties are not accessable via "comp.customProp". "comp" is not a defined class, but it's an item of...
Thank you very much!!!
Thanks both for your replies, they helped me to understand some things. Although it's kind of dissapointing how this is working.
Here is a sample code I created, working incorrectly (or what I think...
Any help? Am I getting any concept wrong here?
Hi all, I'm having a problem with "customProp" of "myChild". No matter how I destroy "myChild" component (destroying myChild or myWindow), next time I create it, the "customProp" persists it's value....
Same problem here:
Dataview filtered within the tpl by an "if " condition makes the "record" parameter on "itemclick" event to be wrong. Example: if, inside the tpl, I filter the first two records...
Further debugging took me to this:
47764
If I manually add a close tool (not the one created with "closable: true") and add the sizes manually to the ".x-tool", the "manual close tool" renders...
Having sort of the same problem here on 4.2.1. I'm setting $tool-size to 23px and apparently it's applied to the .x-tool img, but the .x-tool doesn't adjust to the inner image's size. Also the "text"...
Thanks, this works just fine for me. Saved me a lot of "unnecessary building" time.
Hi, it's been more like 8 hours of debugging and researching my problem... I come here as my last resort.
Im trying to use the add() method of store to add a new record. The trick here is the...