In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Talk:Internet Browser"

From WiiUBrew
Jump to navigation Jump to search
(Answers)
Line 6: Line 6:
  
 
The article says that "Some of these functions can be disabled by markup on a web page" but how exactly could you go about doing that? Say I wanted to make a page that used the control sticks to make something happen on the web page. That wouldn't exactly work well if the right control stick was zooming in and out while the left was scrolling around on the page.
 
The article says that "Some of these functions can be disabled by markup on a web page" but how exactly could you go about doing that? Say I wanted to make a page that used the control sticks to make something happen on the web page. That wouldn't exactly work well if the right control stick was zooming in and out while the left was scrolling around on the page.
 +
: I have been looking for a while to do this, but I have never found a way. [[User:Crayon|Crayon]] ([[User talk:Crayon|talk]]) 17:38, 16 August 2014 (CEST)
  
 
Also, is there any way to check which individual buttons are being pressed from '''wiiu.gamepad.hold'''? If you have the browser show the value, it always takes the numbers corresponding to each button being held and adds them together.
 
Also, is there any way to check which individual buttons are being pressed from '''wiiu.gamepad.hold'''? If you have the browser show the value, it always takes the numbers corresponding to each button being held and adds them together.
 +
: With a mask and a simple logic operator you could retrieve any of those value? [[User:Crayon|Crayon]] ([[User talk:Crayon|talk]]) 17:38, 16 August 2014 (CEST)

Revision as of 17:38, 16 August 2014

I think we should stick to the JavaScript API scheme of fields, methods and events for every object (as the official page does). --Elisherer (talk) 19:16, 4 December 2012 (CET)

I mildly disagree. I like having it broken into sections as it makes it easier to navigate and helps avoid feeling like you're trying to cram too much information into a table cell. Ahigerd (talk) 19:21, 5 December 2012 (CET)
I can see the advantages of this method. --Elisherer (talk) 20:25, 5 December 2012 (CET)

Disabling Internet Browser Controls

The article says that "Some of these functions can be disabled by markup on a web page" but how exactly could you go about doing that? Say I wanted to make a page that used the control sticks to make something happen on the web page. That wouldn't exactly work well if the right control stick was zooming in and out while the left was scrolling around on the page.

I have been looking for a while to do this, but I have never found a way. Crayon (talk) 17:38, 16 August 2014 (CEST)

Also, is there any way to check which individual buttons are being pressed from wiiu.gamepad.hold? If you have the browser show the value, it always takes the numbers corresponding to each button being held and adds them together.

With a mask and a simple logic operator you could retrieve any of those value? Crayon (talk) 17:38, 16 August 2014 (CEST)