01/16/2013, 12:32 PM
|
#21 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
About Google Maps, thank you, you, as Pre3 owner, can look forward for smooth zoom and pan soon... |
|
01/16/2013, 01:08 PM
|
#22 (permalink) |
|
Homebrew Developer
![]() ![]()
Posts: 1,392
|
Jan, you keep amazing me with your apps! Great work as always! Happy to see you could get Enyo 2 working :-) Managed to get PhoneGap working properly and figured out how to "minify" your app?
-- Sent from my TouchPad using Communities |
01/17/2013, 01:47 AM
|
#23 (permalink) |
|
Member
![]()
Posts: 79
|
I like where this is going. I think bookmarks, that would ideally load on the home screen, and some type of read it later option would be ideal for this app. I also noticed on the 0.0.2 version that it does not respond very well when i try to scroll down or up a page, i swipe with my finger but the page moves only a little bit.
Keep up the good work Jan. I have been very slowly studying some js, html and css to learn some coding just for fun but i find it quite hard to adapt since there so many things one must know. All the stuff i mentioned along with jquery, APIs, the enyo or phonegap framework etc. I am just a hample chemical engineer with no background on computers. Sure i get the logic behind coding but need to invest a lot of time if i am going to actually do something however small for fun. So my hat's off to you and all the devs that create this magic called apps. |
01/17/2013, 06:00 AM
|
#24 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
About the developing, if you want to learn it, your welcome, you can ask me for everything. I´m not an professional too, I´m an mechanical engineer in aerospace - that´s my job what I really like.Anyway, I found that the 0.0.2 conatins more issues... I´ll try today post 0.0.3 with the switch for scroller behavior. |
|
01/17/2013, 06:36 AM
|
#25 (permalink) |
|
Member
![]()
Posts: 79
|
Thank you for your response. Sorry, i missed the part about the poor scroll performance so i guess i was just stating the obvious. And i will probably take you up on your offer to ask you stuff about coding, but not here, this thread is for your wInNer app. Keep it up.
|
01/18/2013, 01:49 AM
|
#27 (permalink) |
|
Member
![]()
Posts: 867
|
Now, if that ain't cool, I don't know what is!
__________________
Pre 3 on GSM Vodafone ES: UberKernel, Muffle logging & friends, Mode Switcher, Advanced System Menus & Prefs, and then some more. Proudly choosing the loser side since 1982: Commodore VIC-20, C-64, Amiga 1000 & 3000, bPlan Pegasos & MorphOS, Psion Revo, Palm Pre... |
01/20/2013, 01:46 PM
|
#28 (permalink) |
|
Homebrew Developer
![]()
Posts: 405
|
Hi, looks like i have done the next version. I think this version could be the first for submitting to Preware. It contains new features, design, animation, preferences save etc... and, and this is the most important, finally fixed the scroller performance!
You can download the 0.0.3 here the webos package: http://www.volny.cz/hp2/webos/winner..._0.0.3_all.ipk And more, who wants to try it on your PC? Recommended browser is Chrome or Chromium and you HAVE to close all Chrome instances and launch new with these switches: Code:
chrome --disable-web-security --enable-file-cookies Enjoy it
Last edited by 72ka; 01/20/2013 at 03:13 PM. |
01/20/2013, 06:16 PM
|
#29 (permalink) | |
|
Member
![]()
Posts: 123
|
Quote:
The scroller does seem to be fast compared to all other Enyo apps on my pre3'. How did you get it going fast? Is this something other apps could benefit from? Thanks and keep up the great work, Baldric -- Sent from my TouchPad using Communities |
|
01/20/2013, 08:00 PM
|
#30 (permalink) |
|
Member
|
scroller is nice and snappy! I'm not sure if this is a good site to test it on but I went to theverge.com and it just kept churning. I let it get up to 40MB before I gave up and closed the card. Is that just something that happens with pages that will auto load stories forever?
|
01/21/2013, 02:30 AM
|
#32 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
Code:
mouseDown: function(inSender, inEvent) {
inEvent.preventDefault();
},
dragStart: function(inSender, inEvent) {
if (inEvent.horizontal) {
inEvent.preventDefault();
// Prevent drag propagation on horizontal drag events
return true;
}
},
|
|
01/21/2013, 02:35 AM
|
#33 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
|
|
01/21/2013, 03:34 AM
|
#35 (permalink) |
|
Homebrew Developer
![]()
Posts: 405
|
Just created the github tree, you can look into the code here: http://github.com/72ka/wInNeR
|
01/22/2013, 09:19 PM
|
#36 (permalink) |
|
Member
![]()
Posts: 1,334
|
I installed the app and tried to use it. If in enter "nytimes.com", I get a blank screen, nothing to do. Same if I type my local rag, sacbee.com and huffpost.com. I do get listings if I type aljazeera.com, but no results when I click on anything. What exactly is this app for? Maybe I'm misusing it...
__________________
Shneor Pre 3 on T-Mobile, 32gb Touchpad |
02/03/2013, 05:19 AM
|
#37 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
The aljazeera.com loads properly, some first articles are not clickable, this is the google proxy issue, not the app. You can always check the www.google.com/gwt/x and insert the desired page, the app is the wrapper around this proxy and check if it works. If not here, not in wInNeR... Sent from ICOO D70GT tablet |
|
02/05/2013, 05:23 PM
|
#38 (permalink) | |
|
Member
![]()
Posts: 1,334
|
Quote:
Shneor
__________________
Shneor Pre 3 on T-Mobile, 32gb Touchpad |
|
02/06/2013, 06:47 AM
|
#39 (permalink) | |
|
Homebrew Developer
![]()
Posts: 405
|
Quote:
for us is this app very usefull in combination with fair user policy of carrier data.BTW, I´m working on update with more features... |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



