+ 3
Trying to make forum linking/editing easier...
I've written some HTML to load the SoloLearn website within the app. There's a shared scratchpad, you can load a question in one pane / search in the other. If you click links and have Intent Intercept installed, you can copy links. There's a security issue grabbing links directly but this solves a few problems for me. I'd appreciate anyone who wants to look at the code, modify (Google pane?), suggest etc. https://code.sololearn.com/W3m5Kj2C7FUy/#
1 Resposta
+ 1
I'm not a web developer so I can't give any code, but getting ["https://google.com/search?q=" + term] in another iframe should do it. (I guess?) Don't know if you'll need to escape characters (&).