B4J Question [abmaterial] in the new version 1.20 of ABMaterial! ipad or iphone can't login .

liulifeng77

Active Member
Licensed User
Longtime User
I test the demo, It always return to the login page. I remember I had asked same question before,
the answer is:
do this:

replace in the StarServer() method:

srvr.AddFilter("/js/b4j_ws.js", "ABMSessionCreator", False)

with:

srvr.AddFilter("/js/b4j_ws.min.js", "ABMSessionCreator", False)

Make sure you are now using the new html files in your browser! Easiest way is to increase your AppVersion in ABMShared:

Public AppVersion As String ="4" ' <--- plus 1

Or you will have to manually refresh (e.g. F5 on your desktop browser)



but now it doesn't work! something I missed?
 
Top