Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verticle orientation #6

Open
gqbigpaps opened this issue Jan 25, 2019 · 6 comments
Open

Verticle orientation #6

gqbigpaps opened this issue Jan 25, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@gqbigpaps
Copy link

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!

@crc-32
Copy link
Owner

crc-32 commented Jan 25, 2019 via email

@crc-32 crc-32 added the enhancement New feature or request label Jan 25, 2019
@gqbigpaps
Copy link
Author

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!

@Slluxx
Copy link

Slluxx commented Feb 8, 2019

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.

@crc-32
Copy link
Owner

crc-32 commented Feb 8, 2019 via email

@gqbigpaps
Copy link
Author

gqbigpaps commented Feb 11, 2019

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 :(

@Slluxx
Copy link

Slluxx commented Feb 11, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants