![]() |
2012-07-10
, 10:21
|
Posts: 642 |
Thanked: 486 times |
Joined on Aug 2008
|
#42
|
![]() |
2012-07-10
, 10:51
|
Posts: 12 |
Thanked: 2 times |
Joined on Sep 2011
|
#43
|
![]() |
2012-07-10
, 11:05
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#44
|
![]() |
2012-07-10
, 12:07
|
Posts: 203 |
Thanked: 134 times |
Joined on Aug 2011
|
#45
|
![]() |
2012-07-10
, 13:46
|
Posts: 95 |
Thanked: 35 times |
Joined on Feb 2012
|
#46
|
Those who can't find the update through Ovi Store, but can't wait for it: Here is the link to the .deb file.
Things that I found:
- The speed dials page has a "Manage" option now. Basically it lets you delete a speed dial, or rearrange the dials through drag and drop.
- I also felt that the overall experience has become smoother. The browser is as fast as ever.
- Text selection gives one more contextual option of "Search with..", providing various search engines to search through. I am not sure, though, if this is a new feature or an old one that I have never noticed.
- Closing tabs takes a single tap now, instead of the previous double tap.
The Following User Says Thank You to AJMAL P.M For This Useful Post: | ||
![]() |
2012-07-10
, 13:57
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#47
|
/opt/operamobile-labs/operamobile -tabletui
$ /opt/operamobile-labs/operamobile --help Usage: /opt/operamobile-labs/operamobile [OPTIONS] [URL] Command-line switches: -displaysize WIDTHxHEIGHT Example: -displaysize 240x400 Controls the size of the emulated device screen. Default is 854x480. -skinresolution WIDTHxHEIGHT Example: -skinresolution 640x480 Sets the skin resolution independent of the display size. -fullscreen Run in full screen using the current resolution. -nofullscreen Don't run in full screen mode. -notouch Disable touch mode and use keypad mode instead. -notouchwithtouchevents Like -notouch, but it is still possible to use the mouse. Use for debugging purposes. -mem MEM The amount of heap memory that should be available, in bytes. Suffixes 'K' for kilobytes and 'M' for megabytes are supported. Default is no limit. -lang LANG The UI language to use, in the format LANG_REGION, or just LANG. Normally this is picked up automatically from the OS, but this argument can be used for overriding. -ppi PPI The pixel density (aka PPI or DPI) to report that the screen has. Note that setting this will cause the zoom setting to revert to the default value for that pixel density. -mobileui Start the mobile version of the browser. -tabletui Start the tablet version of the browser. -k Start the browser in kiosk mode, which is a mode mainly suited for information stands. -extra-fonts DIR Load additional fonts from DIR. -profile-name NAME Will include NAME of a profile. -delaycorethread DELAY Delay each message in core thread by DELAY ms, to emulate a slow device. -delayuithread DELAY Delay each message in UI thread by DELAY ms, to emulate a slow device. -hasmenuandback Make UI report that it has hardware menu and back keys. -debugproxy host[:port] Specifies which debug server to connect to. The host is by default 127.0.0.1:7001. -pd DIR Specifies a custom profile directory. -autotestmode Automatic testing mode - disables EULA for convenience. -url URL URL specifies a URL to open on startup. URL Any unknown argument is treated as a URL to open. Other information: - F1-F4 maps to softkeys 1-4 - F5 and CTRL+R reload the current page - Enter maps to the 'Enter' key and the newline character - Keypad Enter and F8 map to the middle selection key (navigation key) Features intended for testing/debugging: - F6 maps to the "show/hide hardware keyboard" event - F7 tells the application to suspend or resume from suspend - ALT+R emulates a screen rotation from landscape to portrait or vice versa - ALT+H emulates hiding/showing the screen - CTRL+E opens the URL currently in the clipboard in a new tab - ALT+N switches connection state between None, Phone (unspecified speed) and Wifi. It is set to unknown by default.
![]() |
2012-07-10
, 13:59
|
Posts: 95 |
Thanked: 35 times |
Joined on Feb 2012
|
#48
|
The letters are too small if the hardware keyboard of the n9 is used :/
![]() |
2012-07-10
, 14:02
|
Posts: 95 |
Thanked: 35 times |
Joined on Feb 2012
|
#49
|
Interesting find
Opera mobile has a host of useful command line arguments. Try for example
Too slow writing on textarea with so much textCode:/opt/operamobile-labs/operamobile -tabletui
Code:$ /opt/operamobile-labs/operamobile --help Usage: /opt/operamobile-labs/operamobile [OPTIONS] [URL] Command-line switches: -displaysize WIDTHxHEIGHT Example: -displaysize 240x400 Controls the size of the emulated device screen. Default is 854x480. -skinresolution WIDTHxHEIGHT Example: -skinresolution 640x480 Sets the skin resolution independent of the display size. -fullscreen Run in full screen using the current resolution. -nofullscreen Don't run in full screen mode. -notouch Disable touch mode and use keypad mode instead. -notouchwithtouchevents Like -notouch, but it is still possible to use the mouse. Use for debugging purposes. -mem MEM The amount of heap memory that should be available, in bytes. Suffixes 'K' for kilobytes and 'M' for megabytes are supported. Default is no limit. -lang LANG The UI language to use, in the format LANG_REGION, or just LANG. Normally this is picked up automatically from the OS, but this argument can be used for overriding. -ppi PPI The pixel density (aka PPI or DPI) to report that the screen has. Note that setting this will cause the zoom setting to revert to the default value for that pixel density. -mobileui Start the mobile version of the browser. -tabletui Start the tablet version of the browser. -k Start the browser in kiosk mode, which is a mode mainly suited for information stands. -extra-fonts DIR Load additional fonts from DIR. -profile-name NAME Will include NAME of a profile. -delaycorethread DELAY Delay each message in core thread by DELAY ms, to emulate a slow device. -delayuithread DELAY Delay each message in UI thread by DELAY ms, to emulate a slow device. -hasmenuandback Make UI report that it has hardware menu and back keys. -debugproxy host[:port] Specifies which debug server to connect to. The host is by default 127.0.0.1:7001. -pd DIR Specifies a custom profile directory. -autotestmode Automatic testing mode - disables EULA for convenience. -url URL URL specifies a URL to open on startup. URL Any unknown argument is treated as a URL to open. Other information: - F1-F4 maps to softkeys 1-4 - F5 and CTRL+R reload the current page - Enter maps to the 'Enter' key and the newline character - Keypad Enter and F8 map to the middle selection key (navigation key) Features intended for testing/debugging: - F6 maps to the "show/hide hardware keyboard" event - F7 tells the application to suspend or resume from suspend - ALT+R emulates a screen rotation from landscape to portrait or vice versa - ALT+H emulates hiding/showing the screen - CTRL+E opens the URL currently in the clipboard in a new tab - ALT+N switches connection state between None, Phone (unspecified speed) and Wifi. It is set to unknown by default.
![]() |
2012-07-10
, 14:10
|
Posts: 95 |
Thanked: 35 times |
Joined on Feb 2012
|
#50
|
I Also have the problem with keyboard.
Opera keyboard is ok but when I put nevers in settings, it only shows keyboard in landscape and nothing happens when I try to tap something...
I've been using Opera since my Uni years (2005), it's by far the best browser I have used. What I love is that EVERYTHING is included inside it, I don't need silly plugins to get most features!