App of the Forum

I love how the app of the forum thread is busier than the rest of the forum :joy:

5 Likes

i think i’ll pay a fiver shnuk to do it… 30$…

please guys, write all problems/requirements

@A.I.V is already working on it.

2 Likes

My conversation with The SLEKE team:

Hi I am pretty active on a certain forum called Jtech forums. I would love to have an app of these forums I am no developer to develop one so so far we’ve been using the web to APK. The problem with this is it comes out to be very laggy and slow.

I really would love to have a web to APK idea that does not run on webview and also cannot open external links. Our users do not want access to a full browser so if you can open external links there’s no point.

Somebody referred me to you telling me you guys are very nice and would share how you guys made a similar thing on your phone.

Waiting to your back from you,
KosherBoy

They got back to me:

Hey there! It can be difficult to do what you are wanting to do, but well worth the effort.

For a smoother experience have you considered a Progressive Web App (PWA) instead of a webview?

A good place to start may be exploring the PWA route with some custom logic to prevent opening of external links.

Let me know if you’ve explored this option!

Further, if you have access to the forum backend, this becomes a lot easier. You could consider asking Jtech forums to make forum data available via REST api which you could then use to build your own native app with all the controls you want.

Cheers,
The SLEKE. Team

I didn’t really understand what he said cause I ain’t no dev, but I am putting this out here in case it’s useful to someone.

Their first suggestion was to build a PWA/TWA WebApp:

We’ve already made a half-hearted attempt at that, it worked for some people, and for many others it didn’t:

Basically, some people including @FlipAdmin made a TWA with a tool, didn’t put too much into it, it works for some phones and doesn’t work for others.
No one did anything for it after that besides for making an updated one when the forum changed addresses.
If anyone who knows Android Studio/Java/Kotlin wants to try to revive this app, we can get logs of whats going on on the phones when the PWA app opens with System WebView instead of Chrome, and try to figure out why its happening and how to fix it.

1 Like

With this new update to jtech forums besides for the other bugs on the website now your app that opens up to the forums no more works. The first page loads but if I click on anything it says ssl error.

1 Like

i coulnt get it to install on my tcl

Here you go:

JTech Forums Webview Version (@kosherboy) V 1.1.apk (7.1 MB)

Made with median.co.

I set that links not within the forum domain should open in an external browser which should take care of any IAB’s (let me know if otherwise).

What’s new:

  1. Opens supported links, which means if you click on a link that starts with https://forums.jtechforums.org/ it will open up in this app.
  2. You can long tap on a hyperlink and copy it.
  3. Switched the download directory from “apps internal cache folder” to “system downloads folder”.
2 Likes

Great job!

What works