Search found 5 matches

by qqbb
Sun Jun 17, 2018 6:30 am
Forum: Report a Bug
Topic: Java Scanner class not working on mobile device
Replies: 11
Views: 2507241

Re: Java Scanner class not working on mobile device

It works!

I don't know if you consider the following a bug, but I noticed that the output shows a '?' instead of the euro currency symbol '€' and Scandinavian letters such as å,Å,ä,Ä,ö,Ö. The input on the other hand does show these same characters correctly.

Thanks for fixing it!
by qqbb
Fri Jun 15, 2018 2:55 pm
Forum: Report a Bug
Topic: Java Scanner class not working on mobile device
Replies: 11
Views: 2507241

Re: Java Scanner class not working on mobile device

I'm not sure what you mean by auto-complete, but I'm not aware of any auto-complete being used when I tested that it doesn't work on Android.
by qqbb
Thu Jun 07, 2018 5:27 am
Forum: Report a Bug
Topic: Java Scanner class not working on mobile device
Replies: 11
Views: 2507241

Re: Java Scanner class not working on mobile device

Hi, Ah yes, I have been using the older version as the beta version has been a bit tricky to use, but originally tested the bug on the beta version too. I tried the beta version now with your fix and it almost works on Android but still needs fixing. The scanner now shows the string except for the l...
by qqbb
Thu Jun 07, 2018 2:13 am
Forum: Report a Bug
Topic: Java Scanner class not working on mobile device
Replies: 11
Views: 2507241

Re: Java Scanner class not working on mobile device

Hi David Thanks for the quick reply! The problem still exists for me with no visible difference to the earlier version. The Scanner class still doesn't read what is typed on my phone at least (Android 7.0, Chrome and Opera) in the code below (same code as before). How did you get it to work for you?...
by qqbb
Sun Jun 03, 2018 11:52 pm
Forum: Report a Bug
Topic: Java Scanner class not working on mobile device
Replies: 11
Views: 2507241

Java Scanner class not working on mobile device

Hi, I believe there is a bug when using the Scanner class on this website. For example the following code (below) works fine on computer (OSX, Safari) but not on Android phone even though the program itself runs. On Android, the String str turns out empty it seems. Any ideas why this is? import java...