![]() |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Hi,
is there any chance, the non-paid version gets the updates too? Or is my nokia store just messed up? Paid version is: 1.4.2, non-paid is still 1.3.5. edit: + is there anywhere a tutorial on how to pack, unpack, install etc - widgets to Hydra? I cant get it to work with opera widgets. When i click on "download anyway" i get a .nex file, dont know what to do :( |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
I haven't written any tutorials yet, but it might be a good idea. As for Opera widgets, unfortunately Opera has discontinued it's product line and a month or two ago they also took down the widgets.opera.com site that was hosting the user published widgets. No idea if they are still available from somewhere. They should be in .wgt format. That .nex is an entirely different file format. |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Picked up the PRO version and having a good time trying out the Firefox and Tizen widgets.
Installed Minimalist from the Firefox page link Says on the page that Quote:
edit: Have tested a few other applications, like Book Note, also do not store any data locally after closing the widget. Maybe in the next update :) keep up the great work |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
As for storage support, Hydra currently supports widget preferences and cookies which are the most common ways of implementing offline storage accessible to widgets. HTML5 local storage and app cache are currently not supported. I've been planning on adding support for local storage for a long time and it should actually be quite straightforwards. I'll see what I can do about this for the next version (no promises yet though!). On the other hand, app cache basically only caches remote files to save bandwidth and should not be mandatory for any app to function normally. So implementing that is quite low in the long list of things to do ;) |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Thanks for the reply, look forward to seeing what's next for this.
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Local storage (and possibly Web SQL) up and running for next version.
The biggest technical change however, is that I've changed the way scrolling works. Previously I used a native container that was the size of the web application's top level frame. Scrolling merely moved the control on screen so that a suitable portion of the web page was shown. This provided very smooth scrolling as all the content was always pre-rendered. The problem with this approach was that some apps think the whole page is always visible. This caused a number of issues you may have seen: - Apps using the 'infinite scroll' design pattern might get stuck infinitely loading more content - Apps using fixed position navbars are statically stuck at the top/bottom of the page instead of being redrawn when view is scrolled I've changed the scrolling so that the web container control size matches the physical size of the container on screen (as opposed to frame size) and scrolling actually scrolls the web content so that only the visible part is rendered. This might speed up initial rendering slightly, but when scrolling, this unfortunately shows as less smooth scrolling. Anyhow, I think the gained compatibility is more important. I'm also thinking about making the old scroll method an option that can be used. But maybe for a later version... |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Sounds like a great update, cant wait :)
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
It's taking some time to release the next version but I'll try to make up for it with a long list of improvements:
* Implemented support for HTML5 Web Storage (local and session) * Implemented support for HTML5 Web SQL database * Implemented support for HTML5 Application Cache * Implemented support for IndexedDB using IndexedDB Polyfill library * Implemented navigation bar support for error page shown on top level frame * Implemented support for Apple specific web app meta tags that control color theme and nav bar visibility * Added widget size to details view * Added option to reset a widget to details view menu * Changed WAC webview header to act as a shortcut to page menu * Changed Symbian WRT toolbar behavior to automatically hide empty options menu and exit softkey * Changed Symbian WRT viewport size to match common S60 device resolution of 360x640 (nHD) * Changed Symbian WRT magnify functionality to use 1.7x zooming that provides landscape content width equal to older 5th edition devices * Fixed scroll position detection used by some web apps * Fixed HTML error page showing full path to local file instead of using widget URI scheme * Fixed Cordova plugins being readded to main frame when loading subframes * Fixed installing Firefox OS apps using redirected URL for manifest file * Fixed memory leak with common JavaScript interface not being deleted after moving to another URL The list is still subject to change but that has been implemented so far. Also, since Nokia HERE Maps is no longer available from the Marketplace (apparently it comes preinstalled so there is no need to install it separately), the next version of feature demo widget will contain a button to demonstrate installation of web apps from another web app, using this fine application as an example :) |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Fixed a nasty crasher that randomly occurred right after uninstalling an app. Any developers following this? Do try to find the bug in this simplified piece of code:
void DetailsPage::onUninstallClicked(){ WidgetManager::instance()->uninstallWidget( m_widgetBaseName ); } And the signature of the called method is: virtual void uninstallWidget( const QString& widgetBaseName, bool upgradeMode = false ); I'll give you a hint: DetailsPage is closed (and later, asynchronously deleted after a simple ~200ms back animation) within uninstallWidget() context and the segmentation fault occurred before leaving the method and more exactly within a QString::compare() call. Anyone? It's quite obvious when written like this but took a good while to locate with all the rest of the code around :) |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Finally, PRO version of 1.4.3 is now submitted to Nokia Store and should be available within some days! Unless anything urgent emerges, vanilla version will follow soon after.
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
I have PRO version, but i can`t install opera widgets with nex extension. how can i fix it?
|
Hi, I updated the firefox os store to the last version and it seems to work better (ui and functions) but it became laggy as hell, even hard to use. There's also a red exclamation mark which says " Script error - TypeError: 'null' is not an object "
|
@meegom even i cant install opera widgets with file extentions nex and crx!!
Any more links to get more widgets?? Edit: gone through some earlier posts nex is diff file extension! !! But what about crx?? And from where can i get firefox market widget?? Its not available in clip icon!! |
One more question: where can i get earlier (free) versions of hydra???
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
Bought the pro version.. Everything working fine.. Waiting for update which supports nex and erx files as well as autobackup of downloaded widgets from firefox marketplace
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Hello zaidk9 and MeeGom, and thank you for supporting Hydra development.
Quote:
Opera also used to provide widgets through http://widgets.opera.com, but they discontinued their family of widget products some months ago. You can still access the old site using some Internet cache such as Wayback Machine (http://web.archive.org/web/201301010...ets.opera.com/). What kind of autobackup would you want to see? |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
@sviox i have downloaded an app from firefox marketplace.. I want the installation file to be automatically saved to in my files!!! Like in N9qtweak it has an option to catch nokia store apps
Edit: cant download from web.archive.org..... Any other mirror for wgt files?? |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
for the interested : instagraph work great with hydra widget :)
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
How to download instagraph?
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Opera also used to provide widgets through http://widgets.opera.com, but they discontinued their family of widget products some months ago. You can still access the old site using some Internet cache such as Wayback Machine (http://web.archive.org/web/201301010...ets.opera.com/).
What kind of autobackup would you want to see?[/QUOTE] Steel can,t download widgets from opera sites |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
i guess you should contact the author or extract it from a symbian phone ( paid app )
|
Myname24 how did u got??did u contacted the author???
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
instagrapg 1.0.1.6. says the application is obsolete and must be update.
instagraph 4.0.2 shows an error "can't find variable device". Does anybody have another versions of instagraph which actually works? Quote:
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
no version work at the moment.
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
EDIT: Okay, I've got some bad news. It appears that Instagraph is using a native plugin. Unfortunately it is not possible to run native S60 code in MeeGo. |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
http://trashbox.ru/files2/148492_924..._s60v5_s_3.wgz
You can try this for example or this http://mobilize.in/files/30131_insta...der-4.0.2.html |
Instagraph uploader updated to 4.0.5
Still searching for the link :( |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Never tried this, about to give it a whirl, this still being actively developed?
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
Go ahead and ask if you have any question and also let me know if you have any improvement ideas. |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Great news!
Nothing really, was just curious as-to-whether the lights are still on, even if they're only dimly lit ;) If I end up using it quite heavily I'll try to leave some feed-back, thanks. |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Failed to install HERE maps
- Failed to exctract the config file Any fix for that? e. Reboot and now it works |
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Instagraph 4.0.1 can work with a little modification of the source code to disable updating. Not sure if it's OK from the license perspective so I'm not encouraging anyone but technically it's feasible given that .wgz is just a zip with html and js files. You may also need to understand how to unobfuscate javascript but it can be found very easily.
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
Re: [N9] Hydra Widget Platform v1.3 from Sviox, now with Cordova support
Quote:
|
Quote:
|
All times are GMT. The time now is 08:11. |
vBulletin® Version 3.8.8