Open gqbigpaps opened 5 years ago
That'd be amazing but as it stands now would require rewriting the browser entirely, I will however keep this open incase there's anything that comes up in the future which would let this work. One solution that might happen is a special page on the dashboard which rotates the site you tell it to 90° but that's something for the 4tu dash guys not this app.
On Fri, 25 Jan 2019, 4:24 am gqbigpaps <notifications@github.com wrote:
I was wondering if it would be possible to make the browser switch between vertical and horizontal orientation? It would make reading comics hella easier!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crc-32/BrowseNX/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AHhxFc-DdT9cm8tclN4B-bcdxoI4r7Niks5vGocZgaJpZM4aSLnR .
That'd be amazing but as it stands now would require rewriting the browser entirely, I will however keep this open incase there's anything that comes up in the future which would let this work. One solution that might happen is a special page on the dashboard which rotates the site you tell it to 90° but that's something for the 4tu dash guys not this app. … On Fri, 25 Jan 2019, 4:24 am gqbigpaps @.*** wrote: I was wondering if it would be possible to make the browser switch between vertical and horizontal orientation? It would make reading comics hella easier! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#6>, or mute the thread https://github.com/notifications/unsubscribe-auth/AHhxFc-DdT9cm8tclN4B-bcdxoI4r7Niks5vGocZgaJpZM4aSLnR .
Got it! Thanks for the quick reply!
A self-solution might be to create a simple html site with an iframe to your comic site and rotate it with css.
I am not at home but created this fiddle you might want to try it out @gqbigpaps
The problem is that websites like google can forbid the usage of iframes to display their sites. I used a url which does not have the protection.
When i am home i will create my own little project for this because i think its quite useful.
If you do, it can be added to the 4tu dash useful links for others to use
On Fri, 8 Feb 2019, 1:04 pm Slluxx, notifications@github.com wrote:
A self-solution might be to create a simple html site with an iframe to your comic site and rotate it with css.
I am not at home but created this fiddle https://jsfiddle.net/xr749u5L/3/ you might want to try it out @gqbigpaps https://github.com/gqbigpaps
The problem is that websites like google can forbid the usage of iframes to display their sites. I used a url which does not have the protection.
When i am home i will create my own little project for this because i think its quite useful.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/crc-32/BrowseNX/issues/6#issuecomment-461796320, or mute the thread https://github.com/notifications/unsubscribe-auth/AHhxFQ-o_f82Cm7tvNMeUGvaRaJBWdiaks5vLXXigaJpZM4aSLnR .
A self-solution might be to create a simple html site with an iframe to your comic site and rotate it with css.
I am not at home but created this fiddle you might want to try it out @gqbigpaps
The problem is that websites like google can forbid the usage of iframes to display their sites. I used a url which does not have the protection.
When i am home i will create my own little project for this because i think its quite useful.
I wish I had the knowledge to do the things you've mentioned. Unfortunately my ability ends at being able to launch cfw on the switch. However I am fully bilingual in English and Korean and currently work in the linguistic field. So if you guys need anything localized for the Korean market, I would be willing to help!
ps. Just tried with your sample code. It seems like the site I use for manga viewing forbids usage of iframe :(
@gqbigpaps yeah google forbids that aswell. but i am working on a solution. basically you send a request to my node server, that fetches all the content because it "emulates a browser" and then delivers it to you. i ran into some issues that need a while to fix but my first tries to bypass those restrictions were kinda successfull.
i am planning to create my own git for this project so we dont have to abuse crc's for the conversation :D
ill post a link here once i set it up
I was wondering if it would be possible to make the browser switch between vertical and horizontal orientation? It would make reading comics hella easier!