iOS Question Using WebViewXtendend on B4i

mtechteam

Member
Licensed User
Longtime User
I get the following error when trying to use the WebViewXtended library on B4i:

/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_variant.h:13:9: fatal error: 'WebViewXtended.h' file not found
#import "WebViewXtended.h"

It shows as an option in the Libraries Manager in B4i and I'm getting it to work as desired on B4a

Thanks,
 

mtechteam

Member
Licensed User
Longtime User
Is there an option in B4i to scroll a WebView manually? I''m capturing touch control for left and right swipes (previous/next), but also need to keep the ability to scroll the current web page up and down.

(Also, can I tell by looking at a B4i library list which libraries are usable in B4i?)
 
Upvote 0
Top