Homebrew [Preview] New 3DS Web Browser web app

  • Thread starter jsa
  • Start date
  • Views 8,418
  • Replies 20
  • Likes 5

jsa

Well-Known Member
OP
Member
Joined
Oct 21, 2015
Messages
224
Trophies
0
Location
Devon, UK
Website
muffinti.me
XP
396
Country
United Kingdom
@jsa someone reported a problem with my touch API implementation on the New Nintendo 3DS with my application. The major problem is scrolling. Did you do any tricks on your Touch Events Demo to prevent that? I know that on 3DBrew they recommend calling scrollTo frequently. What do you think?
I used a meta viewport tag - <meta name="viewport" content="width=device-width,height=device-height-initial-scale=1.0,user-scalable=no"> and also made sure that the document was no larger than 320x212px, try:

body {
width: 100%;
height: 100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
}

html {
width: 320px;
height: 210px;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
}
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtu.be/22tVWwmTie8?si=2CEDZldUW5ODozYh meh