Ok, I'm finally back, finally corrected the error that I caused earlier (videos are showing again).
So, yes I also centered the wallet control , so it should theoretically be visible now on all devices (in at least horiz mode).
Thats excellent you can see it on the android, and I can see it on the iphone now also.
Regarding the password field(s), I did make them of the type password, so now they are hidden as you type.
Great. I used it and it is indeed hidden now.
Regarding the wallet control, yes, its an asp.net server control. Its included in our distro, and added to the page as a distinct control, but the devs consuming our DLL will not have any access to the encrypted data flowing back and forth to or from the control. So that is my solution for the 'convenient' approach as we have right now. Again, eventually we should be able to offer the chrome plugin as a second option.
I have not used asp.net much. I thought that server controls executed on the server, which could mean the wallet generation not being on the server instead of locally. Is that the case for this?
Now can you also test adding comments from the android, and test town hall, and test upvoting and downvoting, and sending bbp back and forth, and verify videos play in general on the android and pc?
Let me know if there are any other issues I forgot to address.
Btw, I did get testnet working again also (but its empty, as I changed the data format). I recommend testing in Prod however for the time being, as I believe we only have one node running in testnet. (Btw, our testnet node is running the lastest BBP core version, with -testnet=1, another words, its not running from the DEV branch, its running from the MAINNET branch. This is because we are about to release a breaking testnet version in DEVelop soon). Let me know if you need any extra BBP for testing.
I created a wallet and login on android and pc.
Townhall works as expected - comment, upvote, downvote. Videos play well, I think I tried all of the playback options. Receiving bbp also worked on both.
I sent a few bbp with unchained from the pc to the android. It worked fine. I was surprised though to see ~3x the transaction fee added to the transaction and burned(~1bbp). Is that intentional?
When I tried to send bbp from android, I got an error that the wallet is corrupted. In the error message it says to restore from seed words or decrypt the wallet. However, I had not encrypted the wallet yet, so I did not have the seed words as they are not given until you encrypt the wallet. I have a few ideas to try, but decided to see what you thought about the situation first.